Re: SMTPAuthenticationError sending email via smtp.gmail

2017-09-27 Thread rahul kumar
> > It is because Google blocks sign-in attempts from apps which do not use > modern security standards (mentioned on their support page). You can > however, turn on/off this safety feature by going to the link below: > > Go to this link and select Turn On > >

Re: SMTPAuthenticationError sending email via smtp.gmail

2015-02-09 Thread sum abiut
Have you tried SendGrid mail. create a sendgrid account and used it instead of gmail. On Tue, Feb 10, 2015 at 12:30 PM, François Schiettecatte < fschietteca...@gmail.com> wrote: > It does not really have to do with Django, it has to do with OAuth which > Google just started enforcing in gmail,

Re: SMTPAuthenticationError sending email via smtp.gmail

2015-02-09 Thread François Schiettecatte
It does not really have to do with Django, it has to do with OAuth which Google just started enforcing in gmail, you need to relax the security level on the gmail account you are using on this page: https://www.google.com/settings/security/lesssecureapps François > On Feb 9, 2015, at

SMTPAuthenticationError sending email via smtp.gmail

2015-02-09 Thread bradford li
I am trying to have django send emails but I am getting this error: Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.7/site-packages/django/core/mail/__init__.py", line 62, in send_mail return mail.send() File