Fix app.ini: Add authentication for email sending

This commit is contained in:
Félix Piédallu 2023-11-09 12:07:09 +01:00 committed by Félix Piédallu
parent 60cb5e5ae4
commit bc7f0005ad

View File

@ -38,7 +38,10 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__
ENABLED = true ENABLED = true
SMTP_ADDR = 127.0.0.1 SMTP_ADDR = 127.0.0.1
SMTP_PORT = 25 SMTP_PORT = 25
FROM = "Gitea" <gitea-noreply@__DOMAIN__> FROM = "Gitea" <__APP__-noreply@__DOMAIN__>
USER = __APP__
PASSWD = __MAIL_PWD__
SKIP_VERIFY = true
FORCE_TRUST_SERVER_CERT = true FORCE_TRUST_SERVER_CERT = true
[service] [service]