摘要: 1 import smtplib 2 import email.mime.multipart 3 import email.mime.text 4 5 def send_email(content=''): 6 """ 7 发送邮件 8 :param SMTP_host: smtp.163.com 9 :param from_addr: 发送地... 阅读全文
posted @ 2018-02-22 16:05 Charles.L 阅读(1247) 评论(0) 推荐(0) 编辑