MailboxValidator
验证邮箱地址以提高送达率
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 邮件
简介
MailboxValidator 检查邮件地址——语法、域名和 SMTP 验证。认证是 API 密钥。
⚠️ 坑(2026-08 实测):无效密钥返回 HTTP 200 带空字段(
"email_address":""、"is_verified":"")而不是错误——请检查is_verified/email_address是否为空来识别坏密钥。
快速开始
验证(替换 YOUR_KEY):
curl "https://api.mailboxvalidator.com/v1/validation/single?format=json&key=YOUR_KEY&[email protected]"
{
"email_address": "[email protected]",
"domain": "gmail.com",
"is_free": "True",
"is_syntax": "True",
"is_domain": "True",
"is_smtp": "True",
"is_verified": "True"
}
认证方式
- 在 mailboxvalidator.com 注册 → 免费 API 密钥。
- 通过
key查询参数携带。
速率限制与注意事项
- 免费层:约 400 次/月(以文档为准);付费档可扩展。
- 单次验证返回语法/域名/SMTP 标记;还有批量和一次性邮箱检测 API。
- 坏密钥返回 200 + 空字段(已实测)——请校验响应。
常见问题
MailboxValidator 免费吗? 免费层:约 400 次/月;更多需要付费。
为什么 200 但空字段? 无效密钥返回 200 带空数据(已实测)——请检查字段。
它检查什么? 语法、域名、SMTP 和一次性邮箱状态。
邮件 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AGPC Domain Check Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report | No auth | Yes | Yes | ↗ |
| Atomic Mail Email for AI agents: programmatic inbox creation and send/receive over JMAP | API Key | Yes | Unknown | ↗ |
| Cloudmersive Validate Validate email addresses, phone numbers, VAT numbers and domain names | API Key | Yes | Yes | ↗ |
| Disify Validate and detect disposable and temporary email addresses | No auth | Yes | Yes | ↗ |
| DropMail GraphQL API for creating and managing ephemeral e-mail inboxes | No auth | Yes | Unknown | ↗ |