当前位置:   article > 正文

python 腾讯企业邮箱 535, b'Error: authentication failed, system busy'_535 error: authentication failed, system busy

535 error: authentication failed, system busy

每天一点点,记录工作中实操可行

腾讯企业邮箱如何拿到客户端专用密码

在用python登录企业邮箱发送邮件时,报了这个错

raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b’Error: authentication failed, system busy’)
翻译一下,意思是 身份验证失败,系统忙

参考方法:腾讯企业邮帮助中心

POP3/SMTP协议
接收邮件服务器:pop.exmail.qq.com ,使用SSL,端口号995
发送邮件服务器:smtp.exmail.qq.com ,使用SSL,端口号465
海外用户可使用以下服务器
接收邮件服务器:hwpop.exmail.qq.com ,使用SSL,端口号995
发送邮件服务器:hwsmtp.exmail.qq.com ,使用SSL,端口号465

在这里插入图片描述

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/1002914
推荐阅读
相关标签
  

闽ICP备14008679号