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]
|
[mailer]
|
||||||
ENABLED=true
|
ENABLED=true
|
||||||
PASSWD={{ smtp_password }}
|
|
||||||
PROTOCOL=smtps
|
|
||||||
SMTP_ADDR=comfycamp.space
|
SMTP_ADDR=comfycamp.space
|
||||||
SMTP_PORT=465
|
SMTP_PORT=587
|
||||||
USER=forgejo@comfycamp.space
|
USER=forgejo@comfycamp.space
|
||||||
|
PASSWD={{ smtp_password }}
|
||||||
|
|
||||||
[oauth2]
|
[oauth2]
|
||||||
JWT_SECRET={{ oauth2_jwt_secret }}
|
JWT_SECRET={{ oauth2_jwt_secret }}
|
||||||
|
|
Loading…
Reference in a new issue