Add email config for gitea

This commit is contained in:
Jake Howard
2023-04-07 17:32:00 +01:00
parent 19c32996c2
commit f64fe53983
3 changed files with 39 additions and 17 deletions

View File

@ -112,3 +112,13 @@ DEFAULT_ACTIONS_URL = https://github.com
[migrations]
ALLOW_LOCALNETWORKS = true
[mailer]
ENABLED = true
SMTP_ADDR = smtp.eu.mailgun.org
SMTP_PORT = 465
FROM = "{{ mailer_from_address }}"
USER = "{{ mailer_user }}"
PASSWD = "{{ mailer_password }}"
MAILER_TYPE = smtp
IS_TLS_ENABLED = true