2017年7月25日
摘要: from email.mime.text import MIMEText from email.header import Header from smtplib import SMTP_SSL #qq邮箱smtp服务器 host_server = 'smtp.qq.com' #sender_qq为发件人的qq号码 sender_qq = '13___3927' #pwd为qq邮箱的授权码 ... 阅读全文
posted @ 2017-07-25 09:12 gaoxiangTOP 阅读(110) 评论(0) 推荐(0) 编辑