Ross ROSS = Recommend OSS · open-source software intelligence for agents

reacherhq/check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend. observed · 2026-08-28

github.com/reacherhq/check-if-email-exists · homepage · Rust · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 72
  • Release rhythm 66
  • Longevity 100

Flags: no_license

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: 3417
  • days_rel: 230
  • days_push: 169
  • n_releases_24m: 30

Full methodology

Adoption not part of the score

9485 stars · 685 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Rust library and CLI that checks whether an email address exists via SMTP/MX lookups without sending an actual email. It also ships as a Dockerized HTTP backend exposing an email verification API.

Use cases

  • verify if an email address exists before sending
  • check email deliverability without sending email
  • self-hosted email verification API
  • validate email syntax and MX records
  • detect disposable or catch-all email addresses
  • clean up a mailing list of invalid emails

When to choose

  • you need SMTP-level email verification without sending messages
  • you want a self-hosted alternative to paid email verification services
  • you need both a Rust library and an HTTP API from one project

When to avoid

  • you only need simple syntax validation - a regex or lightweight validator suffices
  • you cannot open outbound port 25 or run SMTP proxies
  • you need high-volume verification without proxy infrastructure

Facets

library · maturity active

email http-server cli api-framework email developer-tools backend apis rust cli cross-platform self-hosted email-verification smtp mx-lookup email-validation disposable-email-detection docker

3 sources

Member repositories

RepositoryRoleHealth v2
reacherhq/check-if-email-existsmain76

For agents

markdown · JSON · MCP: product_card(name="reacherhq/check-if-email-exists")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem