Metadata-Version: 2.1
Name: djmail
Version: 2.0.0
Summary: Simple, powerful and non-obstructive django email middleware.
Home-page: https://github.com/bameda/djmail
Author: Andrey Antukh
Author-email: niwi@niwi.nz
Maintainer: David Barragán Merino
Maintainer-email: bameda@dbarraagan.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst

djmail
======

.. image:: https://travis-ci.org/bameda/djmail.svg?branch=master
    :target: https://travis-ci.org/bameda/djmail


djmail is a BSD Licensed, simple and nonobstructive django email middleware.

Why use djmail? Because it:

- Sends emails asynchronously without additional libraries.
- Sends emails using celery tasks.
- Can retry sending failed messages (with cron task or celery periodic task).
- Can assign delivery priority.
- Has a powerfull class to build emails from templates.
- Works transparently (works as middleware for native django email backends)

djmail was created by Andrey Antukh (@niwinz) and is maintened by David Barragán (@bameda).

You can read the full documentation at https://bameda.github.io/djmail/.


