mailer

软件截图:
mailer
软件详细信息:
版本: 0.7
上传日期: 5 Jun 15
开发: Ryan Ginstrom
许可: 免费
人气: 48

Rating: nan/5 (Total Votes: 0)

它融合了Python的SMTP和电子邮件模块,需要一个简单的配置发送电子邮件之前。
用法:
发送邮件带有附件。
进口邮件
消息= mailer.Message()
message.From =“me@example.com”
message.To =“you@example.com”
message.Subject =“我的假期”
message.Body =打开(“letter.txt”,“RB”)。阅读()
message.attach(“picture.jpg”)
发件人= mailer.Mailer(“mail.example.com”)
sender.send(消息)
使用默认参数,多个收件人“
消息= mailer.Message(从=“me@example.com”
               为了= [“spam@example.com”,“eggs@example.com”],
               主题=“我的假期”,
               附件= [“picture.jpg”])
message.Body =打开(“letter.txt”,“RB”)。阅读()
发件人= mailer.Mailer(“mail.example.com”)
sender.send(消息)

功能

  • 在单类发送纯文本,HTML电子邮件和附件
  • 自动检测附件类型
  • 支持国际标题

什么在此版本中是新的

  • 现在,可以指定MIME类型

什么版本0.5是新的

  • 添加到发送带附件的HTML邮件的能力

类似的软件

Defuscate
Defuscate

6 Jun 15

RainLoop
RainLoop

10 Feb 16

SpoolMail
SpoolMail

13 May 15

意见 mailer

评论没有发现
添加评论
打开图片!