Email verification is the multi-step process of determining whether an email address can actually receive mail, ideally without sending anything to it. It combines several checks that progressively increase confidence, from cheap local checks to network lookups that inspect the recipient's mail infrastructure.
The first layer is syntax validation, confirming the address follows the correct format with a valid local part, an @ symbol, and a plausible domain. Next comes domain and MX validation, which confirms the domain exists and publishes mail servers capable of accepting email — a domain with no MX records cannot receive anything.
Deeper verification includes an SMTP handshake, where the checker connects to the recipient's mail server and asks whether the specific mailbox exists, plus screening for disposable providers, role-based addresses, and catch-all domains. Each of these produces a status such as valid, invalid, risky, or unknown that informs how you treat the address.
Verification directly protects deliverability and reputation. Sending to unverified lists produces hard bounces and spam-trap hits that mailbox providers punish, so verifying up front — especially for cold outreach and newly acquired lists — is the single most cost-effective step you can take to keep your inbox placement healthy.