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

Pro Tip

Syntax validation alone is not enough - always perform full verification including DNS and SMTP checks.

Related Terms

Need help with email verification?

Start verifying emails with Kawaa's powerful API.

Get Started Free