freeapis

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=test@gmail.com"
{
  "email_address": "test@gmail.com",
  "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 和一次性邮箱状态。

邮件 分类更多

APIAuthHTTPSCORS
AGPC Domain Check

Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

No authYesYes
Atomic Mail

Email for AI agents: programmatic inbox creation and send/receive over JMAP

API KeyYesUnknown
Cloudmersive Validate

Validate email addresses, phone numbers, VAT numbers and domain names

API KeyYesYes
Disify

Validate and detect disposable and temporary email addresses

No authYesYes
DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

No authYesUnknown