email - Python SMTP, Gmail not responding - Stack …
https://stackoverflow.com/questions/13146163/python-smtp-gmail-not-responding
When I try to connect to the Gmail server, python throws an error: >>> from smtplib import SMTP >>> m = SMTP('smtp.gmail.com', 587) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\smtplib.py", line 249, in __init__ (code, msg) = self.connect(host, port) File "C:\Python27\lib\smtplib.py", line 309, in connect self.sock = …
DA: 55 PA: 88 MOZ Rank: 87