djmail icon indicating copy to clipboard operation
djmail copied to clipboard

Simple, powerfull and nonobstructive django email middleware.

Results 8 djmail issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.rst - djmail/core.py - doc/static/asciidoc.js Fixes: - Should read `return` rather than `renturn`. - Should read `powerful` rather than `powerfull`. - Should read `maintained`...

Bumps [celery](https://github.com/celery/celery) from 4.1.1 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

dependencies

I am implementing a Notifications feature and I'd like to connect the notification with the email sent, for that I included something like the following to my Notification model. email_message...

I ran into an issue where the DNS entry for the specified host stopped resolving to anything. In this case, all messages marked for sending ended up with a status...

The html content of an email is displayed as code. It would be much more useful to see the rendered html. The possibility to see the raw html is great....

Hi I forgot to put DEFAULT_FROM_EMAIL = EMAIL_HOST_USER to simplify email sending. It caused a big problem - email sending went into an infinite loop which caused to generate over...