SMTP Email Validation
The SMTP Email Validation API goes beyond simple regex. It performs a full, real-world verification of any email address, so you can stop bad signups, protect your sender reputation, and keep your database clean. What this API does: ✅ Validates the email address format (no typos or broken syntax) ✅ Confirms the TLD (top-level domain) is real and valid ✅ Looks up MX records to ensure the domain…
SMTP Email Validation endpoints
| Method | Endpoint | Description |
|---|---|---|
| validate | ||
| POST |
validateEmailSimple /validate/simple |
Performs email validation and returns a simple pass/fail result. Ideal for quick validation checks without detailed information. |
| POST |
validateEmailDetailed /validate |
Performs comprehensive email validation including: - Email format validation - MX record lookup - SMTP server verification Returns detailed information about the validation… |
| Other endpoints | ||
| GET |
getServiceInfo / |
Returns basic information about the Email Validator service |
SMTP Email Validation pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $199.99 / month | — |
|