[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 W

[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 wit

[issue35995] use SSL encrypted socket on logging.handlers.SMTPHandler

2019-02-14 Thread lidayan
Change by lidayan <840286...@qq.com>: -- pull_requests: +11888 ___ Python tracker <https://bugs.python.org/issue35995> ___ ___ Python-bugs-list mailing list

[issue35995] use SSL encrypted socket on logging.handlers.SMTPHandler

2019-02-14 Thread lidayan
Change by lidayan <840286...@qq.com>: -- pull_requests: +11886 ___ Python tracker <https://bugs.python.org/issue35995> ___ ___ Python-bugs-list mailing list

[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 smt

[issue35995] use SSL encrypted socket on logging.handlers.SMTPHandler

2019-02-14 Thread lidayan
Change by lidayan <840286...@qq.com>: -- title: logging.handlers.SMTPHandler -> use SSL encrypted socket on logging.handlers.SMTPHandler ___ Python tracker <https://bugs.python.or