Como enviar um email com o Gmail como provedor usando Python?
Estou tentando enviar email (Gmail) usando python, mas estou recebendo o seguinte erro. Traceback (most recent call last): File "emailSend.py", line 14, in <module> server.login(username,password) File "/usr/lib/python2.5/smtplib.py", line 554, in login raise SMTPException("SMTP AUTH extension not supported by server.") smtplib.SMTPException: SMTP AUTH extension not supported by server. O script Python …