Skip to content
Advertisement

Tag: gmail

Using gmail through python without smtp

As of may 30th, smtp is no longer accepted. https://support.google.com/accounts/answer/6010255?hl=en&ref_topic=7188673 What is the new way to make a simple python emailer rather than a full application with the “login with google” option? Not sure why I was asked for the code and error, given that I already diagnosed the issue and was asking for alternative methods. Here it is. Its

STARTTLS extension not supported by server in django

i am using gmail to do this, and i’m still at development. it just keeps throwing this error. yesterday it was working. sometimes it would also stop and show this error, but throughout today it haven’t been working as expected setting.py views.py Answer This was later fixed by connecting to a new network, my network connection was not good

SMTPAuthenticationError 5.7.14 Please logn5.7.14 in via your web browser

I have a script which sends periodically reports to a list of recipients. Everything worked fine until today 4 am, when I checked my inbox and the reports didn’t come. By debugging the code: I receive the following (old known) result: (250, b’smtp.gmail.com at your service, [SERVERIP]nSIZE 35882577n8BITMIMEnSTARTTLSnENHANCEDSTATUSCODESnPIPELININGnCHUNKINGnSMTPUTF8′) (220, b’2.0.0 Ready to start TLS’) (250, b’smtp.gmail.com at your service, [SERVERIP]nSIZE

Advertisement