Email Verifier
Email Verifier 是 osFoundry 社区目录中的应用。自托管的邮件可达性检查器 —— 验证语法、MX 记录、SMTP 可达性、catch-all 检测以及一次性 / 角色启发式判断。Hunter.io、NeverBounce 与 ZeroBounce 的开源替代品。基于 Reacher(check-if-email-exists)构建。交付单个 Rust HTTP 服务。
**注意:** 完整 SMTP 验证需要出站端口 25,而大多数托管网络(包括本网络)为防止垃圾邮件均会封禁该端口。被封禁时,语法 / MX / 启发式检查仍可工作,但实时 SMTP 探测返回「unknown」。如需确定性 SMTP 结果,请在他处运行。
详情
- 工作区: osfoundry
- 分类: COMMUNICATION
- 价格: Free
- 访问权限: Community
功能
- Self-hosted email-deliverability checker — verifies syntax
- MX records
- SMTP reachability
- Catch-all detection
- Disposable / role-based heuristics
文档
文档由上游项目以英文维护。
# 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 安装到您的工作区,然后在 osStudio 中将其分支,针对您的技术栈自定义提示词、工具或配置。工作区中的任何人都可以接续您的工作继续推进。
社区中的其他应用
- 客户关系管理 — 客户关系管理工具,支持联系人、交易和销售管道跟踪。
- Kanban Board — Trello 风格的看板与项目板,含卡片、面板、日历与表格视图以及每面板属性。基于 Focalboard(独立个人服务器)构建。在持久卷上内嵌 SQLite。
- 服务台 — 工单分流与客户支持收件箱,附带 SLA 跟踪。
- Page Builder — 可视化拖放页面生成器,支持区块、主题、SEO 与发布
- Website Builder — 带 CMS 合集、全局导航、页脚、主题与发布的多页面网站生成器
- 店面 — 电商店面,包含商品目录、购物车和结账流程。