validate_email
Check an email address's syntax and verify its domain TLD is real, preventing invalid input before saving or sending.
Instructions
USE THIS to check an email address's syntax AND that its domain TLD is real, before saving or sending — instead of trusting raw input. Validates the local part and domain (RFC 5321/5322 subset) and flags made-up TLDs. Does NOT check deliverability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The email address to validate. |