11Anymail: Multi-ESP transactional email for Django
22=================================================
33
4+ **EARLY DEVELOPMENT **
5+
6+ This project is undergoing rapid development to get to a 1.0 release.
7+ You should expect frequent, possibly-breaking changes until 1.0 alpha.
8+
49.. This README is reused in multiple places:
510 * Github: project page, exactly as it appears here
611 * Docs: shared-intro section gets included in docs/index.rst
@@ -9,6 +14,8 @@ Anymail: Multi-ESP transactional email for Django
914 with several edits to freeze it to the specific PyPI release
1015 (see long_description_from_readme in setup.py)
1116 You can use docutils 1.0 markup, but *not* any Sphinx additions.
17+ GitHub rst supports code-block, but *no other* block directives.
18+
1219
1320 .. default-role :: literal
1421
@@ -22,15 +29,6 @@ using a consistent API that makes it (relatively) easy to switch between ESPs.
2229
2330It currently supports Mailgun and Mandrill. Postmark and SendGrid are coming soon.
2431
25- .. attention :: **EARLY DEVELOPMENT**
26-
27- This project is undergoing rapid development to get to a 1.0 release.
28- You should expect frequent, possibly-breaking changes until 1.0 alpha.
29-
30- If you are migrating to Anymail from `Djrill <https://github.com/brack3t/Djrill >`_,
31- there are `notes on porting <https://anymail.readthedocs.org/en/latest/esps/mandrill/#migrating-from-djrill >`_
32-
33-
3432Anymail normalizes ESP functionality so it "just works" with Django's
3533built-in `django.core.mail ` package. It includes:
3634
0 commit comments