mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Document MANDRILL_API_URL
This commit is contained in:
@@ -50,6 +50,9 @@ See the Djrill :ref:`webhooks <webhooks>` section for configuration details.
|
|||||||
Other Optional Settings
|
Other Optional Settings
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
You can optionally add any of these Djrill settings to your :file:`settings.py`.
|
||||||
|
|
||||||
|
|
||||||
.. setting:: MANDRILL_IGNORE_RECIPIENT_STATUS
|
.. setting:: MANDRILL_IGNORE_RECIPIENT_STATUS
|
||||||
|
|
||||||
MANDRILL_IGNORE_RECIPIENT_STATUS
|
MANDRILL_IGNORE_RECIPIENT_STATUS
|
||||||
@@ -88,6 +91,18 @@ precedence if there are conflicting var names).
|
|||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
|
||||||
|
|
||||||
|
.. setting:: MANDRILL_API_URL
|
||||||
|
|
||||||
|
MANDRILL_API_URL
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
The base url for calling the Mandrill API. The default is
|
||||||
|
``MANDRILL_API_URL = "https://mandrillapp.com/api/1.0"``,
|
||||||
|
which is the secure, production version of Mandrill's 1.0 API.
|
||||||
|
|
||||||
|
(It's unlikely you would need to change this.)
|
||||||
|
|
||||||
|
|
||||||
.. setting:: MANDRILL_SUBACCOUNT
|
.. setting:: MANDRILL_SUBACCOUNT
|
||||||
|
|
||||||
MANDRILL_SUBACCOUNT
|
MANDRILL_SUBACCOUNT
|
||||||
|
|||||||
Reference in New Issue
Block a user