摘要: #!/usr/bin/env python #-*- coding:utf-8 -*- #Author: Fonzie import smtplib,string from email.mime.text import MIMEText mail_list = ['test@qq.com'] mail_host = "smtp.qq.com" mail_user = "my_mail_add... 阅读全文
posted @ 2017-08-18 14:28 Vperson 阅读(185) 评论(0) 推荐(0)