This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lidayan
Recipients lidayan
Date 2019-02-14.08:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550133946.82.0.233218933413.issue35995@roundup.psfhosted.org>
In-reply-to
Content
SSL encrypted socket on SMTPHandler error

Traceback (most recent call last):
  File "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/logging/handlers.py", line 1008, in emit
    smtp = smtplib.SMTP(self.mailhost, port, timeout=self.timeout)
  File "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/smtplib.py", line 251, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/smtplib.py", line 338, in connect
    (code, msg) = self.getreply()
  File "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/smtplib.py", line 391, in getreply
    + str(e))
smtplib.SMTPServerDisconnected: Connection unexpectedly closed: timed out
History
Date User Action Args
2019-02-14 08:45:46lidayansetrecipients: + lidayan
2019-02-14 08:45:46lidayansetmessageid: <1550133946.82.0.233218933413.issue35995@roundup.psfhosted.org>
2019-02-14 08:45:46lidayanlinkissue35995 messages
2019-02-14 08:45:46lidayancreate