fix: email ssl setting for docker environment (#1299)
This commit is contained in:
parent
1e2c1cac9c
commit
963ccd808d
3 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ EMAIL_HOST_PASSWORD=""
|
|||
EMAIL_PORT=587
|
||||
EMAIL_FROM="Team Plane <team@mailer.plane.so>"
|
||||
EMAIL_USE_TLS="1"
|
||||
EMAIL_USE_SSL="0"
|
||||
|
||||
# AWS Settings
|
||||
AWS_REGION=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue