mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 10:31:36 +01:00
Use localhost instead of domain for mail server address
This commit is contained in:
parent
1a620afa86
commit
676d283d14
@ -35,7 +35,7 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
|
||||
|
||||
[mailer]
|
||||
ENABLED = true
|
||||
SMTP_ADDR = __DOMAIN__
|
||||
SMTP_ADDR = localhost
|
||||
SMTP_PORT = 587
|
||||
PROTOCOL = smtp+starttls
|
||||
FROM = "Gitea" <__APP__@__DOMAIN__>
|
||||
@ -46,7 +46,7 @@ FORCE_TRUST_SERVER_CERT = true
|
||||
[email.incoming]
|
||||
ENABLED = true
|
||||
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
|
||||
HOST = __DOMAIN__
|
||||
HOST = localhost
|
||||
PORT = 993
|
||||
USE_TLS = true
|
||||
USERNAME = __APP__
|
||||
|
Loading…
Reference in New Issue
Block a user