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:
|
||||
|
||||
@@ -27,7 +27,8 @@ Figuring out what's wrong
|
||||
**Double-check common issues**
|
||||
|
||||
* Did you install Anymail with the ESPs you want available?
|
||||
(E.g., `pip install anymail[mailgun,sendgrid]` -- *not* just `pip install anymail`.)
|
||||
(E.g., `pip install django-anymail[mailgun,sendgrid]` --
|
||||
*not* just `pip install django-anymail`.)
|
||||
* Did you add any required settings for those ESPs to your settings.py?
|
||||
(E.g., `ANYMAIL_MANDRILL_API_KEY`.)
|
||||
* Did you add ``'anymail'`` to the list of :setting:`INSTALLED_APPS` in settings.py?
|
||||
|
||||
Reference in New Issue
Block a user