MailSender

所属分类:Email客户端
开发工具:Python
文件大小:5KB
下载次数:0
上传日期:2022-12-08 04:56:00
上 传 者sh-1993
说明:  一个小型SMTP实用程序,用于使用Python向多个收件人发送新闻稿类型的电子邮件。
(A small SMTP utility for sending newsletter type e-mails to multiple recipients with Python.)

文件列表:
config.sample.yml (405, 2021-05-08)
plain.sample.txt (110, 2021-05-08)
recipients.sample.txt (34, 2021-05-08)
requirements.txt (258, 2021-05-08)
send.py (5510, 2021-05-08)
tester.py (687, 2021-05-08)

# MailSender A small SMTP utility for sending newsletter type e-mails to multiple recipients with Python. It will prior to sending do some sanity checks on the contents as well as test the spammyness of the e-mail by using an external service. This to help you **not getting flagged as spam**, which you really do not want. ## Limitations * Currently only supports plain text, HTML e-mails are scary. * Chose not implements file attachments, which increases spammyness. Just paste a link to files hosted online instead. ## Usage Clone the repo and run `send.py` from the command-line. ``` python send.py --config=myconfig.yml --to=recipients.txt --subject="Newsletter 2019" --plain=plain_text_body.txt ```

近期下载者

相关文件


收藏者