mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-21 18:41:35 +01:00
Fix email stack config
This commit is contained in:
parent
e73acdd808
commit
361d0bb652
11
conf/app.ini
11
conf/app.ini
@ -37,13 +37,22 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
|
|||||||
ENABLED = true
|
ENABLED = true
|
||||||
SMTP_ADDR = __DOMAIN__
|
SMTP_ADDR = __DOMAIN__
|
||||||
SMTP_PORT = 587
|
SMTP_PORT = 587
|
||||||
PROTOCOL = smtps
|
PROTOCOL = smtps+starttls
|
||||||
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
||||||
USER = __APP__
|
USER = __APP__
|
||||||
PASSWD = __MAIL_PWD__
|
PASSWD = __MAIL_PWD__
|
||||||
SKIP_VERIFY = true
|
SKIP_VERIFY = true
|
||||||
FORCE_TRUST_SERVER_CERT = true
|
FORCE_TRUST_SERVER_CERT = true
|
||||||
|
|
||||||
|
[email.incoming]
|
||||||
|
ENABLED = true
|
||||||
|
REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__
|
||||||
|
HOST = __DOMAIN__
|
||||||
|
PORT = 993
|
||||||
|
USE_TLS = true
|
||||||
|
USERNAME = __APP__
|
||||||
|
PASSWORD = __MAIL_PWD__
|
||||||
|
|
||||||
[service]
|
[service]
|
||||||
REGISTER_EMAIL_CONFIRM = false
|
REGISTER_EMAIL_CONFIRM = false
|
||||||
ENABLE_NOTIFY_MAIL = true
|
ENABLE_NOTIFY_MAIL = true
|
||||||
|
Loading…
Reference in New Issue
Block a user