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
- Host: GitHub
- URL: https://github.com/fyndiq/mandrill-api-python
- Owner: fyndiq
- License: other
- Created: 2018-08-29T08:50:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T09:16:30.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T14:43:15.642Z (5 months ago)
- Language: Python
- Homepage: https://bitbucket.org/mailchimp/mandrill-api-python
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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