sdeancos / mandrill-api-python-clone-bitbucket

mandrill-api-python-clone-bitbucket

Home Page:https://bitbucket.org/mailchimp/mandrill-api-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandrill is a Python API client and suite of CLI-based tools for the Mandrill email as a platform service.

The API client is comprehensive, but the CLI functionality is minimal at this time.

Examples:
import mandrill
m = mandrill.Mandrill('YOUR_API_KEY')
print m.users.ping()
--> "PONG!"

CLI Examples:
mandrill setup
mandrill ping -c10
mandrill send -f from@example.com -t to@example.com -s "My Subject Line" < content.html

About

mandrill-api-python-clone-bitbucket

https://bitbucket.org/mailchimp/mandrill-api-python

License:Other


Languages

Language:Python 100.0%