utility_email_validate
Check if an email address is valid by verifying its format and domain's MX records. Ensures deliverability by detecting issues before sending.
Instructions
Validate email format and check if the domain has configured mail exchange (MX) DNS records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address to validate. | ||
| checkMx | No | Whether to perform a DNS MX lookup to verify the domain has a mail server. Defaults to true. |