Project: mandrill

Deprecated. Replaced by mailchimp-transactional - A CLI client and Python API library for the Mandrill email as a service platform.

Project Details

Latest version
1.0.60
Home Page
https://bitbucket.org/mailchimp/mandrill-api-python/
PyPI Page
https://pypi.org/project/mandrill/

Project Popularity

PageRank
0.00243921484730959
Number of downloads
69778

Deprecated

This SDK is deprecated, and replaced by mailchimp-transactional

Find the current Mailchimp Transactional SDKs at https://mailchimp.com/developer/tools/

Overview

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