Skip to main content

Verification

Syntax validation

Checking if an email address follows the correct format (e.g., user@domain.com) according to RFC standards.

Definition

Syntax validation is the first step in email verification - checking if an email address follows the correct format according to RFC 5321/5322 standards. This includes verifying the presence of @ symbol, proper domain format, allowed characters, and length limits. Syntax validation catches obvious errors but doesn't confirm the address actually exists.

Examples

  • Valid: user@example.com
  • Invalid: user@@example.com
  • Invalid: user@.com
  • Invalid: user@example

Need help with email verification?

Check addresses through the API or clean a whole list from a CSV upload.

100 free verifications. No credit card required.