Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bameda/djmail
Simple, powerfull and nonobstructive django email middleware.
https://github.com/bameda/djmail
Last synced: 6 days ago
JSON representation
Simple, powerfull and nonobstructive django email middleware.
- Host: GitHub
- URL: https://github.com/bameda/djmail
- Owner: bameda
- License: other
- Created: 2013-04-19T21:20:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T16:53:52.000Z (over 1 year ago)
- Last Synced: 2025-01-13T03:08:34.229Z (13 days ago)
- Language: Python
- Homepage: http://bameda.github.io/djmail/
- Size: 187 KB
- Stars: 78
- Watchers: 10
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-django-cn - djmail, star:58 - 一个简单且非阻塞式的 django 邮件中间件。 (Email)
- awesome-django - djmail - A simple and nonobstructive django email middleware. (Email)
- awesome-django - djmail - A simple and nonobstructive django email middleware. (Email)
- starred-awesome - djmail - Simple, powerfull and nonobstructive django email middleware. (Python)
README
djmail
======.. image:: https://travis-ci.org/bameda/djmail.svg?branch=master
:target: https://travis-ci.org/bameda/djmaildjmail 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/.