[issue35995] logging.handlers.SMTPHandler

2019-06-19 Thread Vinay Sajip
Vinay Sajip added the comment: Closing, as no answer has been received to the last question. -- resolution: -> not a bug status: open -> closed ___ Python tracker ___

[issue35995] logging.handlers.SMTPHandler

2019-02-21 Thread Vinay Sajip
Vinay Sajip added the comment: The existing implementation supports doing an SSL handshake using STARTTLS, which provides encryption for the actual email traffic. You are asking, it seems, to support a server that only listens on an already encrypted connection, and doesn't use STARTTLS.

[issue35995] logging.handlers.SMTPHandler

2019-02-20 Thread lidayan
lidayan <840286...@qq.com> added the comment: 1. When specify the secure flag to the SMTPHandler, means start TLS connection. 2. if SMTP Server not support plaintext mode, but firstly in plaintext mode it is a error -- ___ Python tracker

[issue35995] logging.handlers.SMTPHandler

2019-02-20 Thread lidayan
lidayan <840286...@qq.com> added the comment: And I have changed the code, please help to review, thanks > 在 2019年2月21日,10:08,李大炎 <840286...@qq.com> 写道: > > OK, I got it. > > >> 在 2019年2月14日,16:46,Stéphane Wirtel 写道: >> >> >> Stéphane Wirtel added the comment: >> >> You have a timeout,

[issue35995] logging.handlers.SMTPHandler

2019-02-20 Thread lidayan
lidayan <840286...@qq.com> added the comment: OK, I got it. > 在 2019年2月14日,16:46,Stéphane Wirtel 写道: > > > Stéphane Wirtel added the comment: > > You have a timeout, maybe you have an issue with your SMTP server. But in > this case, it's not an issue with Python. > > -- > nosy:

[issue35995] logging.handlers.SMTPHandler

2019-02-14 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: You have a timeout, maybe you have an issue with your SMTP server. But in this case, it's not an issue with Python. -- nosy: +matrixise resolution: -> rejected stage: -> resolved status: open -> closed ___

[issue35995] logging.handlers.SMTPHandler

2019-02-14 Thread lidayan
New submission from lidayan <840286...@qq.com>: 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 =