I am trying to send email (Gmail) using python, but I am getting following error.
Traceback (most recent call last): File \"emailSend.py\", line 14, in <
Seems like problem of the old smtplib. In python2.7 everything works fine.
smtplib
python2.7
Update: Yep, server.ehlo() also could help.
server.ehlo()