mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
The *package* name is "django-anymail"
(not just "anymail")
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user