-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/docsThis PR mainly updates/creates documentationThis PR mainly updates/creates documentation
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 [email protected]
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 [email protected]
.
Screenshots
(not relevant)
Metadata
Metadata
Assignees
Labels
type/docsThis PR mainly updates/creates documentationThis PR mainly updates/creates documentation