@@ -30,7 +30,8 @@ Anymail integrates several transactional email service providers (ESPs) into Dja
3030with a consistent API that lets you use ESP-added features without locking your code
3131to a particular ESP.
3232
33- It currently supports Mailgun, Postmark, SendGrid, and Mandrill.
33+ It currently fully supports Mailgun, Postmark, and SendGrid,
34+ and has limited support for Mandrill.
3435
3536Anymail normalizes ESP functionality so it "just works" with Django's
3637built-in `django.core.mail ` package. It includes:
@@ -40,10 +41,13 @@ built-in `django.core.mail` package. It includes:
4041* Extensions that make it easy to use extra ESP functionality, like tags, metadata,
4142 and tracking, with code that's portable between ESPs
4243* Simplified inline images for HTML email
44+ * Normalized sent-message status and tracking notification, by connecting
45+ your ESP's webhooks to Django signals
4346
4447Support is planned for:
4548
46- * Normalized sent-message tracking status notification via webhooks and Django signals
49+ * "Bulk-transactional" sends using your ESP's template facility,
50+ with portable declaration of substitution/merge data
4751* Normalized inbound email processing through your ESP
4852
4953Anymail is released under the BSD license. It is extensively tested against Django 1.8--1.9
0 commit comments