Document webhook support

This commit is contained in:
medmunds
2013-04-17 16:02:29 -07:00
parent 33e1d17ac4
commit c3da043260
6 changed files with 164 additions and 0 deletions

View File

@@ -33,6 +33,13 @@ In your project's :file:`settings.py`:
EMAIL_BACKEND = "djrill.mail.backends.djrill.DjrillBackend"
Mandrill Webhooks (Optional)
----------------------------
Djrill includes optional support for Mandrill webhooks, including inbound email.
See the Djrill :ref:`webhooks <webhooks>` section for configuration details.
Admin (Optional)
----------------