摘要: # -*- coding:utf-8 -*- from email.mime.text import MIMEText from email.header import Header import smtplib message =''' hello,world! 来自我的电脑 ''' msg = MIMEText(message,'plain','utf-8') msg['Subjec... 阅读全文
posted @ 2018-05-13 10:09 叶子未黄 阅读(133) 评论(0) 推荐(0) 编辑
摘要: # -*- coding:utf-8 -*- from email.mime.text import MIMEText from email.header import Header import smtplib from email.mime.application import MIMEApplication from email.mime.multipart import MIMEMult... 阅读全文
posted @ 2018-05-13 10:09 叶子未黄 阅读(140) 评论(0) 推荐(0) 编辑