Use tls in forgejo mailer

This commit is contained in:
Ivan R. 2024-10-21 20:51:19 +05:00
parent 74baf5680f
commit d24406f58b
Signed by: lumin
GPG key ID: E0937DC7CD6D3817

View file

@ -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 }}