validate_email
Validate an email address against RFC 5322 syntax before storing it, sending a transactional email, or adding it to a mailing list. Returns { valid, email } — use this to avoid bounces and malformed data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to validate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| valid | No | ||
| reason | No |