[Fixed]-Django password_reset won't start tls authentication to send email

1👍

You have a double underscore in the EMAIL_USE_TLS setting.

0👍

Additional steps to set up Gmail SMTP:

-Make sure to enable IMAP under Gmail -> Cog icon -> Settings -> Forward and POP/IMAP

-Make sure to let less-secure apps access the account (at your own risk)

Leave a comment