【Python】smtplib.SMTP自动从126邮箱发送邮件失败:smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed')

raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Error: authentication failed')

解决方案:

登录密码用126邮箱的授权密码:

1、登录126邮箱;

2、设置-POP3/SMTP/IMAP;

3、授权密码管理(涂黑的是密码):授权码只显示1次,有效期180天,如果忘记密码,重新删除,再建;

 

smtp.login("邮箱账户","授权密码")

 

posted @ 2024-09-10 14:57  ninarMing  阅读(60)  评论(0编辑  收藏  举报