validate_emails
Validate email lists: check syntax, flag disposable/role accounts, and optionally verify MX/A DNS records to confirm domains can receive mail. Use before sending to clean lead lists and cut bounces.
Instructions
Validate a list of e-mail addresses: syntax check, disposable/role-account detection and (optionally) a live MX/A DNS lookup to confirm the domain can receive mail. Good for cleaning a lead list before sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | A single e-mail address to validate. | ||
| emails | No | Multiple e-mail addresses to validate in one call. Overrides `email` when non-empty. | |
| checkMx | No | Look up MX/A records over DNS-over-HTTPS. Turn off for a faster syntax-only check. |