
|
|
|
|---|---|---|
Syntax validation | Checks if the email address follows standard formatting rules (e.g., user@domain.com). | Filters out malformed addresses that will always bounce. |
Domain validation (MX record check) | Verifies that the domain exists and has mail exchange (MX) records, indicating it can receive emails. | Ensures the domain is legitimate and configured for email reception. |
SMTP validation (mailbox existence) | Attempts to connect to the email server and confirm if a specific mailbox exists, without sending an actual email. This is often where services differ in accuracy. | Crucial for identifying real, deliverable addresses and weeding out inactive ones. |
Spam trap and honeypot detection | Identifies email addresses known to be used by ISPs or blocklist operators to catch spammers. | |
Disposable email address (DEA) detection | Flags temporary or single-use email addresses commonly used for sign-ups to avoid spam. | Helps maintain a list of engaged, long-term subscribers. |
