mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
doc updates.
This commit is contained in:
16
README.rst
16
README.rst
@@ -1,20 +1,30 @@
|
|||||||
Djrill, for Mandrill
|
Djrill, for Mandrill
|
||||||
====================
|
====================
|
||||||
|
|
||||||
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional SMTP
|
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email
|
||||||
service from MailChimp.
|
service from MailChimp.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Coming soon.
|
``pip install djrill``
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
``pip install -e git+https://github.com/brack3t/Djrill.git``
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
In ``settings.py``:
|
In ``settings.py``:
|
||||||
|
|
||||||
1. Add ``djrill`` to your ``INSTALLED_APPS``.
|
1. Add ``djrill`` to your ``INSTALLED_APPS``. ::
|
||||||
|
|
||||||
|
INSTALLED_APPS = (
|
||||||
|
...
|
||||||
|
"djrill"
|
||||||
|
)
|
||||||
|
|
||||||
2. Add the following two lines, substituting your own ``MANDRILL_API_KEY``::
|
2. Add the following two lines, substituting your own ``MANDRILL_API_KEY``::
|
||||||
|
|
||||||
MANDRILL_API_KEY = "brack3t-is-awesome"
|
MANDRILL_API_KEY = "brack3t-is-awesome"
|
||||||
|
|||||||
Reference in New Issue
Block a user