Salibra

It's the best of time and it's the worst of time.

导航

11 2015 档案

摘要:1 import smtplib 2 from email.mime.text import MIMEText 3 from email.utils import formataddr 4 5 6 msg = MIMEText('邮件内容', 'plain', 'utf-8') 7 msg... 阅读全文

posted @ 2015-11-11 15:58 salibra