fix: email tls when selfhosting (#1206)
This commit is contained in:
parent
7eae6b4c9e
commit
557e96c68e
3 changed files with 5 additions and 0 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue