You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
试了半天,都不能稳定连接到office365的smtp server
用的国内运营商的服务器,smtp.partner.outlook.cn
端口试过994,587,465
用587会给:[CRITICAL] SMTPServer access error :[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1056)
994和465,会给:
[CRITICAL] SMTPServer access error :[WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
也不能把smtp_tls = True,会给:
TypeError: Can not use ssl and tls together.
网上查了下,可能是因为加密变成STARLLS的关系?
The text was updated successfully, but these errors were encountered: