Skip to content

Commit 85911be

Browse files
committed
updated
1 parent 7a9e53b commit 85911be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/email.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ async def sendMail(self, subject, template):
3131
MAIL_FROM=settings.EMAIL_FROM,
3232
MAIL_PORT=settings.EMAIL_PORT,
3333
MAIL_SERVER=settings.EMAIL_HOST,
34-
MAIL_TLS=True,
35-
MAIL_SSL=False,
34+
MAIL_STARTTLS=False,
35+
MAIL_SSL_TLS=False,
3636
USE_CREDENTIALS=True,
3737
VALIDATE_CERTS=True
3838
)

0 commit comments

Comments
 (0)