摘要:
##Python语言: Hotmail 发信#coding:utf-8from email.mime.text import MIMETextimport smtplibclass Hotmail (object ): def __init__ (self ,account,password): self.account="%s@Hotmail.com" %account self.password=password def send (self ,to,title,content): print self.account,self.pas... 阅读全文
搜索
积分与排名
- 积分 - 87340
- 排名 - 18425
最新评论
- 1. Re:C#入门之C#特点及HelloWorld程序
- 6666666666666666666666666666666
- --Fire_Dragon
- 2. Re:程序员技术练级攻略(转)
- 刚毕业的菜鸟,在公司在做一个彩票投注的网站该怎么学呢?各位前辈们给点指导吧。
- --清夜1One
- 3. Re:Python性能鸡汤,非常有效的提高性能的tips
- thx
- --GoingMyWay
- 4. Re:最美丽的鼠标
- 好鼠标。
- --alexsunday
- 5. Re:C# 的时间戳转换
- @ Virus-BeautyCode因为epoch = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000000;,...
- --代码示例