fix: email tls when selfhosting (#1206)

This commit is contained in:
pablohashescobar 2023-06-05 21:26:04 +05:30 committed by GitHub
parent 7eae6b4c9e
commit 557e96c68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -34,6 +34,7 @@ EMAIL_HOST_USER=""
EMAIL_HOST_PASSWORD=""
EMAIL_PORT=587
EMAIL_FROM="Team Plane <team@mailer.plane.so>"
EMAIL_USE_TLS="1"
# AWS Settings
AWS_REGION=""