python3发送邮件(yagmail)
摘要:
# coding:utf-8import yagmail# 链接邮箱服务器yag = yagmail.SMTP(user="xxx@xx.com", password="xxx!!", host='smtp.xxx.com')# 邮箱正文contents = ['This is the body, 阅读全文
posted @ 2017-12-19 17:01 sammy1989 阅读(1750) 评论(0) 推荐(0) 编辑