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

@@ -26,6 +26,8 @@ package. It includes:
* Support for HTML, attachments, extra headers, and other features of
`Django's built-in email <https://docs.djangoproject.com/en/dev/topics/email/>`_
* Mandrill-specific extensions like tags, metadata, tracking, and MailChimp templates
* Optional support for Mandrill inbound email and other webhook notifications,
via Django signals
* An optional Django admin interface
Djrill is released under the BSD license. It is tested against Django 1.3, 1.4, and 1.5