New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

djmail

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djmail

Simple, powerful and non-obstructive django email middleware.

2.0.0
Maintainers
2

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/.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts