sabuhish/fastapi-mail
Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk) observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 4.0
- age_days: 2412
- days_rel: 11
- days_push: 9
- n_releases_24m: 21
Adoption not part of the score
1011 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fastapi-mail is a lightweight Python library for sending emails from FastAPI applications, supporting individual and bulk messages, attachments, and Jinja2 HTML templates. It also provides utilities for blocking temporary email addresses and mocking email sends in unit tests.
Use cases
- send emails from a fastapi app
- send bulk emails with attachments in python
- render html email templates with jinja2
- send emails asynchronously with smtp
- block disposable email addresses on signup
- unit test email sending without real smtp
When to choose
- you are building a FastAPI (or Starlette) backend that needs to send transactional email
- you want async email sending with template and attachment support
- you need testable email sending via suppression/mocking
When to avoid
- your project does not use FastAPI or Starlette
- you need a full email marketing or campaign platform
- you need an email receiving/parsing solution rather than sending
Facets
library · maturity active
email templating testing web-development backend email python fastapi smtp jinja2 bulk-email attachments email-validation web-server
2 sources
- readme: https://github.com/sabuhish/fastapi-mail · fetched 2026-08-28 · f13b9945ad61
- homepage: https://sabuhish.github.io/fastapi-mail/ · fetched 2026-08-29 · 01641d22acf2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sabuhish/fastapi-mail | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="sabuhish/fastapi-mail")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem