还发现了一个python的bug
"""
A python module,definition or variable shouldn't be called email or mail.
"""
https://bugs.launchpad.net/ubuntu/+source/python2.5/+bug/144833
________________
#coding:utf-8
from email.mime.text
import MIMEText
import smtplib
class
Gamil
(object
):
def
__init__
(self
,account,password):
"""
Gamil("zsp007","xxxx")
"""
self
.account="
%s
@gmail.com"
%account
self
.password=password
def
send
(self
,to,title,content):
"""
send('zsp007@gmail.com,zsp747@gmail.com")
"""
server = smtplib.SMTP('smtp.gmail.com'
)
server.docmd("EHLO server"
)
server.starttls()
server.login(self
.account,self
.password)
msg = MIMEText(content)
msg['Content-Type'
]='text/plain; charset="utf-8"'
msg['Subject'
] = title
msg['From'
] = self
.account
msg['To'
] = to
server.sendmail(self
.account, to ,msg.as_string())
server.close()
if
__name__=="__main__"
:
gmail=Gamil("你的帐号"
,"你的密码"
)
gmail.send("zsp007@gmail.com,zsp747@gmail.com"
,"你好,测试一下"
,"好好学习,天天向上"
)
分享到:
相关推荐
Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python毕业设计:车牌识别系统源码Python...
Python大作业:基于Python的数字图像识别;Python大作业:基于Python的数字图像识别;Python大作业:基于Python的数字图像识别;Python大作业:基于Python的数字图像识别;Python大作业:基于Python的数字图像识别;...
Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据...
python爬虫Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫实战:数据采集、处理与分析Python爬虫...
《Python灰帽子:黑客与逆向工程师的Python编程之道》
任务 搭建Python开发环境 任务背景 本任务需要完成Python开发环境搭建,包括Python和PyCharm的安装与使用,此外还需要了解Python的发展历史、Python的特点、Python的应用领域等。 Python程序设计:Python介绍全文共...
适用平台:windows x64 python版本要求:python3.12 ta-lib版本:0.4.28
python爬虫:Python 爬虫知识大全; python爬虫:Python 爬虫知识大全; python爬虫:Python 爬虫知识大全; python爬虫:Python 爬虫知识大全; python爬虫:Python 爬虫知识大全; python爬虫:Python 爬虫知识...
一个非常简单的Python小程序,是我在《程序设计思想与方法》第三章第15题的解答。
Python作业:爬虫爬取京东评论;Python作业:爬虫爬取京东评论;Python作业:爬虫爬取京东评论;Python作业:爬虫爬取京东评论;Python作业:爬虫爬取京东评论;Python作业:爬虫爬取京东评论;Python作业:爬虫爬取...
Pro Python Best Practices: Debugging, Testing and Maintenance by Kristian Rother English | 17 Apr. 2017 | ISBN: 1484222407 | 264 Pages | PDF | 5.34 MB Learn software engineering and coding best ...
python大作业--爬虫(完美应付大作业),Python大作业:爬虫(完美应付大作业)。 python大作业,简易爬虫 2020-2021学年上学期python大作业,爬取https://www.shicimingju.com ,模拟网站的7种搜索。 用pyqt5做...
本书手把手教你从头开始开发一个真正的Web应用,并且展示使用Python做测试驱动开发(TDD)的优势。你将学到如何在开发应用的每一个部分之前先编写和运行测试,然后再编写最少量的代码让测试通过。也就是说,你将学会...
python实现代码:生日歌
Python: Learn Python in 24 Hours: Complete Beginners Guide English | 19 July 2016 | ASIN: B01IRGB6MY | 110 Pages If you are one of them who easily get scared of Python’s long, complicated code, then...
本文是针对Python的初学者,从无到有的介绍Python语言如何入门,主要包括了:Python的简介,如何下载Python,如何安装Python,如何使用终端、Shell,IDE等各种开发环境进行Python开发,Python中的语法和基本知识、...
python项目练习python自动化脚本:12306-火车票购票python项目练习python自动化脚本:12306-火车票购票python项目练习python自动化脚本:12306-火车票购票python项目练习python自动化脚本:12306-火车票购票python...
python项目:利用关键词爬取网络上图片;python项目:利用关键词爬取网络上图片;python项目:利用关键词爬取网络上图片;python项目:利用关键词爬取网络上图片;python项目:利用关键词爬取网络上图片;python项目...