Email Validator
Stackline Email Validator checks whether an email address is real and deliverable in two steps: 1. Format validation - confirms the address matches RFC-5321 syntax 2. DNS MX lookup - queries the domain's mail-exchange records to confirm it can receive email Both checks must pass for valid: true. Returns the normalized email, domain, and a human-readable reason for the result.
Email Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Validate Email /email/validate |
Validates an email address in two stages: format check (RFC-5321 syntax) and DNS MX record lookup. Returns valid: true only if both pass. Includes the normalized email, domain,… |
Email Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|