Use tls in forgejo mailer
This commit is contained in:
parent
74baf5680f
commit
d24406f58b
1 changed files with 2 additions and 3 deletions
|
@ -23,11 +23,10 @@ ROOT_PATH=/data/log
|
|||
|
||||
[mailer]
|
||||
ENABLED=true
|
||||
PASSWD={{ smtp_password }}
|
||||
PROTOCOL=smtps
|
||||
SMTP_ADDR=comfycamp.space
|
||||
SMTP_PORT=465
|
||||
SMTP_PORT=587
|
||||
USER=forgejo@comfycamp.space
|
||||
PASSWD={{ smtp_password }}
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET={{ oauth2_jwt_secret }}
|
||||
|
|
Loading…
Reference in a new issue