smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed')解决办法

时间:2023-03-09 14:21:27
smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed')解决办法

raise SMTPAuthenticationError(code, resp)

smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed')解决办法:

1.设置对应邮箱的SMTP服务授权码,这个授权码替代代码中邮箱的登录密码,即可成功发送邮件(这里以126邮箱为例)如下图:

smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed')解决办法

2.试试是不是成功了,如果是554, 'DT:SPM 的错误可以参考另一篇文章http://www.cnblogs.com/testyao/p/5558810.html (转载请注明出处,谢谢!)