摘要:
import smtplibserver=smtplib.SMTP()server.connect("smtp.163.com",25)server.login("user"," pwd")server.sendmail("from@163.com","to@qq.com","'Subject: this is a email from python demo\r\n\r\nJust for te... 阅读全文
posted @ 2011-09-29 17:25
网络小虫
阅读(270)
评论(0)
推荐(0)