Closed
Description
- Gitea version (or commit ref): 1.9.0
- Git version: 2.17.1
- Operating system: Ubuntu 18.04
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
(not relevant)
Description
Installing Gitea set NO_REPLY_ADDRESS
option on app.ini
to dummy noreply@example.org
address, regardless of domain in ROOT_URL
. For NoReply emails to function correctly, use address from same domain as in ROOT_URL
. For example, if ROOT_URL
domain is mygitea.instance
, NO_REPLY_ADDRESS
should be noreply@mygitea.instance
.
Screenshots
(not relevant)