摘要: 1 import yagmail 2 username = '######@163.com' 3 passwd = '######' 4 mail = yagmail.SMTP( 5 user=username, 6 password=passwd, 7 host='smtp.163.com', 8 smtp_ssl=True 9 )#smtp_... 阅读全文
posted @ 2018-05-21 18:59 暮色森森 阅读(712) 评论(0) 推荐(0) 编辑