Verify one email address
verify_emailCheck if an email address can receive mail before sending. Get a clear send, hold, or kill verdict with reason to avoid bounces and undeliverable messages.
Instructions
Check whether an email address can receive mail before sending to it. Each result is { email, action, verdict, reason, checks }. action is send | hold | kill: send means go ahead, hold means send only with a fallback in hand (catch-all, forwarder, greylisted or refused probe), kill means never send (no mail server, or the mailbox does not exist). checks.smtp is skipped on the free DNS tier; the hosted tier probes the mailbox. Uses the hosted SMTP probe (1 credit) when an API key is configured and hosted is not false; otherwise the free local DNS tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The address to check | ||
| hosted | No | Probe the mailbox on the hosted tier (default: yes when a key is configured) |