DropMail
用于创建和管理临时电子邮件收件箱的 GraphQL API
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 邮件
简介
DropMail 通过 GraphQL 提供临时收件箱——需要 token(token 过短/缺失返回 403,已实测)。
快速开始
GraphQL(替换 YOUR_TOKEN):
curl -X POST "https://dropmail.me/api/graphql/YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"query":"{ availableDomains }"}'
{ "errors": [ { "extensions": { "code": "authentication_error" }, "message": "token_too_short" } ] }
认证方式
- 在 dropmail.me 生成 token。
- 放在路径中(过短/缺失 → 403,已实测)。
速率限制与注意事项
- 免费;请礼貌使用——没有公开的硬性限制。
- 临时收件箱。
常见问题
DropMail 免费吗? 是的——免费。
为什么 403? token 过短/缺失(已实测)——请使用真实 token。
认证风格是什么? GraphQL 路径中的 token。
邮件 分类更多
| 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 | ↗ |
| Email Validation Validate email addresses for deliverability and spam | API Key | Yes | Yes | ↗ |