An open API service indexing awesome lists of open source software.

https://github.com/fyndiq/mandrill-api-python

Mandrill API Python - Fork
https://github.com/fyndiq/mandrill-api-python

Last synced: 4 months ago
JSON representation

Mandrill API Python - Fork

Awesome Lists containing this project

README

        

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 [email protected] -t [email protected] -s "My Subject Line" < content.html