# ui/django-post_office

A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.

Repository: https://github.com/ui/django-post_office
Canonical: https://ross.abutalabs.com/products/django-post_office
Language: Python
License: MIT
License Family: permissive
Last push: 2026-08-30T09:45:16+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 100, release rhythm 75, longevity 100
- inputs: {"age_days": 5135, "days_push": 3, "days_rel": 4, "gap_med": 118.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1094, forks 278 (observed 2026-09-01T02:14:08.183404+00:00)

## What it is
Django Post Office is a Django app for sending and managing email asynchronously, with support for HTML email, database-backed and multilingual templates, and logging. It queues emails in the database and sends them in parallel via management commands or task queues like RQ or Celery.

## Use cases
- send emails asynchronously in django
- queue transactional emails without blocking requests
- manage email templates in the database
- send html emails with inline images
- send bulk emails in parallel
- schedule recurring email sending via cron
- log and monitor sent emails in django admin

## When to choose
- you use Django and need queued, asynchronous email sending
- you want admin-managed, multilingual email templates
- you need to send large volumes of email efficiently with logging

## When to avoid
- you are not using Django
- you need a full transactional email service with delivery analytics
- you only send occasional simple emails and don't need queuing or templates

## Facets
- artifact type: library
- maturity: active
- function: email, scheduling, logging, templating
- domain: web-development, backend, email
- platform: python, self-hosted
- tags: django, email-templates, asynchronous-email, mail-queue, html-email, automation, web-server

## Member repositories
- ui/django-post_office (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:14:08.183404+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:48:59.157877+00:00, confidence not recorded.
  - readme: https://github.com/ui/django-post_office (fetched 2026-09-01T02:14:08.183404+00:00, sha ee75ede3e58a)
  - registry_pypi: https://pypi.org/pypi/django-post_office/json (fetched 2026-08-29T12:50:54.721671+00:00, sha cde830da373e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
