mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
24 lines
935 B
ReStructuredText
24 lines
935 B
ReStructuredText
Djrill: Mandrill for Django
|
|
===========================
|
|
|
|
Djrill integrates the `Mandrill <http://mandrill.com>`_ transactional
|
|
email service into Django.
|
|
|
|
In general, Djrill "just works" with Django's built-in
|
|
`django.core.mail <https://docs.djangoproject.com/en/dev/topics/email/>`_
|
|
functions. It supports:
|
|
|
|
* HTML email, attachments, extra headers, and other basic email functionality
|
|
* Mandrill-specific extensions like tags, metadata, tracking, and MailChimp templates
|
|
* An optional Django admin interface
|
|
|
|
.. image:: https://secure.travis-ci.org/brack3t/Djrill.png?branch=master
|
|
:target: https://travis-ci.org/brack3t/Djrill
|
|
|
|
Djrill is tested with Django 1.3 and later (including Python 3 support with Django 1.5).
|
|
It is made available under the BSD license.
|
|
|
|
* Documentation: https://readthedocs.org/docs/djrill/en/latest/
|
|
* Package on PyPI: https://pypi.python.org/pypi/djrill
|
|
* Latest source: https://github.com/brack3t/Djrill
|