validator_validate_email
Validate email addresses by checking their format against RFC 5322 standards. Returns validation results with reasons for any issues found.
Instructions
[validator] Validate an email address. Checks format only (RFC 5322 simplified). Returns {valid: bool, reason: str}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes |