The *package* name is "django-anymail"

(not just "anymail")
This commit is contained in:
medmunds
2016-03-09 20:27:44 -08:00
parent c13ef4d5fa
commit b6bbdf4791
4 changed files with 7 additions and 5 deletions

View File

@@ -17,13 +17,13 @@ E.g., for Anymail with Mailgun support:
.. code-block:: console
$ pip install anymail[mailgun]
$ pip install django-anymail[mailgun]
...or with both Postmark and SendGrid support:
.. code-block:: console
$ pip install anymail[postmark,sendgrid]
$ pip install django-anymail[postmark,sendgrid]
.. _backend-configuration: