python smtplib登录失败
Posted itaunt
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python smtplib登录失败相关的知识,希望对你有一定的参考价值。
python给腾讯企业邮箱发送邮件
smtp = smtplib.SMTP()
smtp.connect(smtpserver)
smtp.starttls()
smtp.login(username, password)
smtp.sendmail(sender, receiver, msgRoot.as_string())
smtp.quit()
smtp server = smtp.exmail.qq.com
login的时候一直失败,登录的密码不是个人密码,要改成客户端的专用密码
以上是关于python smtplib登录失败的主要内容,如果未能解决你的问题,请参考以下文章
python 3 smtplib 异常:“SSL:WRONG_VERSION_NUMBER”登录到 Outlook