bbottema/simple-java-mail
Simple API, Complex Emails (Jakarta Mail smtp wrapper) observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- 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: 1
- age_days: 4156
- days_rel: 19
- days_push: 7
- n_releases_24m: 26
Adoption not part of the score
1290 stars · 272 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Simple Java Mail is a Java library that wraps Jakarta Mail with a fluent builder API for composing and sending well-formed MIME emails. It adds DKIM, S/MIME, OAuth2, proxies, batch sending, validation, conversion, and Spring support on top of standard SMTP transport.
Use cases
- send emails from a java application
- send html emails with attachments in java
- sign emails with dkim or smime
- send email through an authenticated socks proxy
- send emails asynchronously or in batches
- convert between email formats like EML, Outlook MSG and MIME
- validate email addresses before sending
- send email with oauth2 authentication
When to choose
- you want a simple fluent API instead of raw Jakarta Mail Session and MimeMessage code
- you need DKIM, S/MIME, OAuth2, or proxy support for SMTP delivery
- you need email format conversion (EML, Outlook MSG, MIME)
- you want batch, pooled, or clustered SMTP sending from Java
When to avoid
- you need a full email server or mailbox/IMAP client rather than an SMTP sending library
- you are not on the JVM
- you only need a hosted email API client like SendGrid or Mailgun
Facets
library · maturity stable
email http-client cli sdk email developer-tools backend apis jvm cross-platform cli jakarta-mail smtp-client fluent-api dkim smime oauth2 spring-support email-conversion batch-sending
4 sources
- readme: https://github.com/bbottema/simple-java-mail · fetched 2026-08-28 · 7063bf0f9dcc
- homepage: http://www.simplejavamail.org · fetched 2026-08-29 · d953c98bf6c0
- site_page: https://www.simplejavamail.org/features.html · fetched 2026-08-29 · 8957dab639a9
- site_page: https://www.simplejavamail.org/docs.html · fetched 2026-08-29 · b9347e8c1395
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bbottema/simple-java-mail | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="bbottema/simple-java-mail")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem