ryanpineo / djmail

Simple, powerfull and nonobstructive django email middleware.

Home Page:http://bameda.github.io/djmail/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djmail

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

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 powerful 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 maintained by David Barragán (@bameda).

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

About

Simple, powerfull and nonobstructive django email middleware.

http://bameda.github.io/djmail/

License:Other


Languages

Language:Python 98.7%Language:Shell 0.9%Language:HTML 0.4%