mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Fix email stack config
This commit is contained in:
parent
e73acdd808
commit
361d0bb652
1 changed files with 10 additions and 1 deletions
11
conf/app.ini
11
conf/app.ini
|
@ -37,13 +37,22 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
|
|||
ENABLED = true
|
||||
SMTP_ADDR = __DOMAIN__
|
||||
SMTP_PORT = 587
|
||||
PROTOCOL = smtps
|
||||
PROTOCOL = smtps+starttls
|
||||
FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
|
||||
USER = __APP__
|
||||
PASSWD = __MAIL_PWD__
|
||||
SKIP_VERIFY = 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]
|
||||
REGISTER_EMAIL_CONFIRM = false
|
||||
ENABLE_NOTIFY_MAIL = true
|
||||
|
|
Loading…
Add table
Reference in a new issue