Overview
Syntax validation ensures the email address follows the proper format defined in RFC 5322 (Internet Message Format) and RFC 5321 (SMTP).This is typically configured as a BLOCK check since an email with invalid syntax cannot receive messages.
What It Checks
Syntax validation verifies these components:Local Part
The username portion before the @ symbol
@ Symbol
Exactly one @ separator required
Domain Part
The domain portion after the @ symbol
Character Set
Valid characters per RFC standards
Common Validation Failures
Missing @ symbol
Missing @ symbol
Multiple @ symbols
Multiple @ symbols
Whitespace
Whitespace
Missing TLD
Missing TLD
API Response
Whether the email syntax is valid
Check execution time in milliseconds
Configuration
BLOCK
Always configure syntax validation to BLOCK. An email with invalid syntax cannot receive messages.