# jordan-wright/email

Robust and flexible email library for Go

Repository: https://github.com/jordan-wright/email
Canonical: https://ross.abutalabs.com/products/email
Language: Go
License: MIT
License Family: permissive
Last push: 2024-02-21T15:25:08+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4647, "days_push": 924, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2796, forks 337 (observed 2026-08-28T04:07:22.383268+00:00)

## What it is
A Go library for composing and sending email over SMTP with a simple, human-friendly API. It supports text and HTML bodies, attachments, custom headers, read receipts, and a pool of reusable SMTP connections.

## Use cases
- send email from a Go application via SMTP
- send HTML and plain-text emails with attachments
- send transactional email through Gmail SMTP
- build a pool of reusable SMTP connections for high-throughput sending
- parse an email from an io.Reader

## When to choose
- you need a lightweight, dependency-free way to send email in Go
- you want simple struct-based email composition with attachments and headers
- you need connection pooling for concurrent SMTP sending

## When to avoid
- you need an email-sending service abstraction with providers like SendGrid or SES
- you need full MIME parsing of complex inbound email
- your project requires a library under very active development

## Facets
- artifact type: library
- maturity: maintenance
- function: email, http-client
- domain: email, backend, developer-tools
- platform: go, cross-platform
- tags: smtp, mime, attachments, connection-pool

## Member repositories
- jordan-wright/email (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:22.383268+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-29T18:49:12.906451+00:00, confidence not recorded.
  - readme: https://github.com/jordan-wright/email (fetched 2026-08-28T04:07:22.383268+00:00, sha 340de65f3762)
- Data as of 2026-08-30T08:39:29.467469+00:00.
