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
3 changed files with 5 additions and 0 deletions
+1
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=""