mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Fix syntax error in installation instructions
This commit is contained in:
@@ -38,7 +38,7 @@ To use Anymail for sending email, edit your Django project's :file:`settings.py`
|
||||
.. code-block:: python
|
||||
|
||||
ANYMAIL = {
|
||||
"MAILGUN_API_KEY" = "<your Mailgun key>",
|
||||
"MAILGUN_API_KEY": "<your Mailgun key>",
|
||||
}
|
||||
|
||||
The exact settings vary by ESP.
|
||||
|
||||
Reference in New Issue
Block a user