Add email config for gitea
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user