Questions about using the django-anymail package to send, track or receive email through an email service provider (ESP) from a Django web application .
django-anymail is an open-source Python package that integrates several transactional email service providers (ESPs) into the Django web application framework.
Anymail provides Django EmailBackends for sending mail through an ESP, Django webhook views for tracking status of sent messages, and webhooks for receiving inbound mail from the ESP.
Asking questions
The django-anymail tag is appropriate for questions about using Anymail and integrating one of its supported ESPs with a Django application. For questions about Django's built-in SMTP email, use the tag django-email instead.
When asking a question here:
- First review the troubleshooting steps in the Anymail documentation (if your question is about an error or unexpected behavior).
- Identify the versions of Django, django-anymail, and Python you are using.
- Indicate which ESP you are using—add an ESP-specific tag to your question: amazon-ses mailgun mailjet mandrill postmark sendinblue sendgrid sparkpost