Skip to content

Commit a26d284

Browse files
committed
Update readme for 0.2
1 parent d3f914b commit a26d284

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Anymail integrates several transactional email service providers (ESPs) into Dja
3030
with a consistent API that lets you use ESP-added features without locking your code
3131
to 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

3536
Anymail normalizes ESP functionality so it "just works" with Django's
3637
built-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

4447
Support 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

4953
Anymail is released under the BSD license. It is extensively tested against Django 1.8--1.9

0 commit comments

Comments
 (0)