validate_email
Validate an email address's syntax and domain TLD in real-time before saving or sending, ensuring proper format and real top-level domains using RFC standards.
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. |