MailGuard
The MailGuard API helps you validate and clean email addresses in real-time. Detect typos, catch disposable or blacklisted emails, and ensure domains exist and are configured to receive mail — all in a single, developer-friendly API. ✅ What it does - Checks if an email is valid and properly formatted - Verifies if the domain exists and has MX records - Detects disposable email providers -…
MailGuard endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate email /mail/validate |
Checks if an email is properly formatted, belongs to a valid domain with MX records, and optionally blocks disposable email providers. Returns a domain suggestion if a typo is… |
| POST |
Suggest email /mail/generate-suggestion |
This endpoint analyzes an email address and returns a corrected version if it detects a likely typo in the domain *(e.g., gmal.com → gmail.com)* |
MailGuard pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|