摘要: 一般发邮件方法 我以前在通过Python实现自动化邮件功能的时候是这样的: import smtplib from email.mime.text import MIMEText from email.header import Header # 发送邮箱服务器 smtpserver = 'smtp 阅读全文
posted @ 2018-03-09 15:37 wangju003 阅读(359) 评论(0) 推荐(0)