Email Verifier
Email Verifier osFoundry community catalog में एक app है। Self-hosted email-deliverability checker — verifies syntax, MX records, SMTP reachability, catch-all detection, and disposable / role-based heuristics. इसका open-source alternative Hunter.io, NeverBounce, and ZeroBounce. Powered by Reacher (check-if-email-exists). Ships a single Rust HTTP service.
**Heads-up:** Full SMTP verification requires outbound port 25, which is blocked on most hosted networks (including this one) to prevent spam. When that's blocked, syntax / MX / heuristic checks still work, but the live SMTP probe returns 'unknown'. Run elsewhere if you need conclusive SMTP results.
विवरण
- Workspace: osfoundry
- Category: COMMUNICATION
- मूल्य: Free
- Access: Community
Features
- Self-hosted email-deliverability checker — verifies syntax
- MX records
- SMTP reachability
- Catch-all detection
- Disposable / role-based heuristics
Documentation
Documentation को upstream project द्वारा अंग्रेज़ी में मेंटेन किया जाता है।
# Email Verifier (Reacher)
Self-hosted email-deliverability checker, powered by Reacher.
## Features
- Syntax + MX + SMTP probe + catch-all + disposable / role-based detection
- Single REST endpoint: `POST /v0/check_email` `{ "to_email": "..." }`
- Bulk verification queue (paid Reacher plans)
## Caveat — port 25
Reacher's live SMTP probe opens outbound port 25 to the recipient's mail server. Hosted networks usually block port 25 to prevent spam, so the probe returns `is_reachable: "unknown"`. Syntax / MX / heuristic checks still work in that case.
- ✅ Network allows outbound port 25: full live verification.
- ❌ Port 25 blocked (most hosted networks, including this one): inconclusive for SMTP; MX + syntax + heuristic checks still work.
## Packaging
Single Rust binary listening on port 8080 — no database, no persistent state. The `/data` volume holds only logs.
osFoundry में Email Verifier का उपयोग कैसे करें
एक क्लिक में Email Verifier को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य apps
- CRM — Contacts, deals, और pipeline tracking के साथ customer relationship management।
- Kanban Board — एक Trello-style kanban and project board के साथ cards, boards, calendar and table views, and per-board properties. Powered by Focalboard (standalone personal server). Embedded SQLite एक persistent volume पर.
- Helpdesk — SLA tracking के साथ ticket triage और customer support inbox।
- Page Builder — Visual drag-and-drop page builder के साथ sections, themes, SEO, and publishing
- Website Builder — Multi-page website builder के साथ CMS collections, global navigation, footer, themes, and publishing
- Storefront — Product catalog, cart, और checkout के साथ e-commerce storefront।