A Django app to monitor and send mail asynchronously, complete with template support. Current version 3.11.2, released Feb 2026. Release cadence is irregular, roughly 2-4 minor versions per year.
pip install django-post-officeVerified import paths — ran on the pinned version, not inferred.
Send an email immediately using django-post-office.
Ensure `nh3` is installed, and remove any direct use of `bleach` in post_office contexts.
Run `makemigrations` to regenerate migrations after upgrading. Remove any explicit dependency on `jsonfield`.
Do not rely on `date_hierarchy`. Use list_filters or custom filters instead.
Use `template='your_template'` and pass context as a dict. Test with `priority='now'` to see errors immediately.