smtp
如何用python寄gmail
寄信者的google帳號需啟動低安全性應用程式存取權 (google帳戶 -> 登入和安全性 -> 具有帳戶存取權的應用程式)
如果有設定雙驗證則無法開啟上述存取權,建議可以直接開個新google帳號
若建立smtplib.SMTP_SSL連線時完全無回應的話可能與網路環境有關(在公司網路不行,筆電+手機網路就可以惹)
也可把SMTP_SSL改成SMTP連線,但就要調整其他設定惹還沒試成功
參考連結: smtp_ssl https://amoshyc.github.io/blog/2018/sending-gmail-in-python.html#注意事項
smtp https://self.jxtsai.info/2016/09/python_22.html
附加檔案
Last updated