Skip to content

Caiqm/emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

emails

python发送邮件

该代码主要是使用了腾讯QQ的SMTP服务来进行发送邮件,纯属练手,不喜勿喷

# 发送人邮箱,先填写
self.from_addr = 'xxx'
# 邮箱密码,先填写
self.password = 'xxx'
# 发送邮件服务,可以进行修改,要对应
self.smtp_server = 'smtp.qq.com'
# 发送人名称,可以进行修改
self.from_name = 'python发送邮件'

About

python发送邮件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages