[Answered ]-Sending mail via smtp in Django

2👍

IIRC to send email using gmail SMTP from third-party apps (your own Django app), you need to enable what they call Less Secure Apps.

You can read more here: https://support.google.com/accounts/answer/6010255

Leave a comment