How to send an email with Gmail as provider using Python?

后端 未结 14 1677
感情败类
感情败类 2020-11-22 03:29

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 <         


        
14条回答
  •  情深已故
    2020-11-22 03:58

    Seems like problem of the old smtplib. In python2.7 everything works fine.

    Update: Yep, server.ehlo() also could help.

提交回复
热议问题