摘要:
import smtplib from email.header import Header from email.mime.text import MIMEText # 第三方 SMTP 服务 mail_host = "smtp.163.com" mail_user = "xxx@163.com" mail_pass = "passwd" sender = 'xxx@163.com' re... 阅读全文
posted @ 2018-05-15 13:44
Cheney&
阅读(217)
评论(0)
推荐(0)