NEW: add mail connection

This commit is contained in:
Jean-Claude 2022-03-18 22:08:19 +01:00
parent 3bcf57c8b7
commit 4e9dee447e
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 7 additions and 1 deletions

View File

@ -77,7 +77,13 @@ NO_REPLY_ADDRESS = noreply.git.jeanclaudegraf.ch
JWT_SECRET = <changed>
[mailer]
ENABLED = false
ENABLED = true
FROM = <mailaddr>
MAILER_TYPE = smtp
HOST = <hosting>
IS_TLS_ENABLED = false
USER = <user>
PASSWD = <password>
[openid]
ENABLE_OPENID_SIGNIN = false