Mandrill is a Python client library for the Mandrill email as a service platform. As of version 1.0.60, the library is deprecated and replaced by mailchimp-transactional. No new releases are expected; users should migrate to the new library.
pip install mandrillVerified import paths — ran on the pinned version, not inferred.
Sends an email using the Mandrill API. Requires MANDRILL_API_KEY environment variable.
Migrate to the mailchimp-transactional library: pip install mailchimp-transactional
Use 'from mandrill import Mandrill' instead of 'from mandrill import MandrillAPI'.
Install with 'pip install mandrill --use-deprecated=legacy-resolver' or use mailchimp-transactional.
No dependency data recorded yet.