用于Mandrill电子邮件服务平台的一个命令行界面客户端和Python API库。支持Python 3.7
项目描述
## 支持Python 3.7的分支
Mandrill是一个Python API客户端和一组基于CLI的工具,用于Mandrill电子邮件服务平台。
API客户端功能全面,但CLI功能目前最少。
示例:import mandrill m = mandrill.Mandrill(‘YOUR_API_KEY’) print m.users.ping() –> “PONG!”
CLI示例:mandrill setup mandrill ping -c10 mandrill send -f from@example.com -t to@example.com -s “我的主题行” < content.html