Email Verification: Validate Every Address Before You Send
Email verification is the process of confirming that an email address is valid, deliverable, and safe to send to. It checks syntax, domain DNS records, MX records, and mailbox existence — catching bad addresses before they cause bounces, damage your sender reputation, or trigger blocklist listings.
What Is Email Verification?
Email verification (also called email validation) is the practice of checking whether an email address can receive mail. Every email address you collect — from signup forms, lead generation, purchased lists, or CRM imports — should be verified before you send a campaign.
Without email verification, your bounce rate climbs, your sender reputation drops, and mailbox providers like Gmail, Outlook, and Yahoo start routing your messages to spam — or blocking them entirely. Industry data shows that email lists decay by approximately 2.5% per month, meaning roughly 30% of your list could be invalid within a year.
How Email Verification Works
A modern email verification service performs multiple layers of checks:
Syntax Validation
Checks the email format against RFC 5322 standards. Catches obvious typos like missing @ symbols, invalid characters, and malformed domains.
DNS & MX Record Lookup
Verifies that the domain exists and has valid mail exchange (MX) records configured. If there's no MX record, the domain can't receive email.
SMTP Mailbox Check
Connects to the mail server and checks whether the specific mailbox exists. This catches addresses with valid domains but non-existent mailboxes.
Disposable Email Detection
Identifies temporary email addresses from services like Guerrilla Mail, Temp Mail, and 10MinuteMail that are commonly used for fraud or one-time signups.
Role-Based Address Detection
Flags role-based addresses like info@, admin@, support@, and sales@ which often have multiple recipients and higher complaint rates.
Catch-All Domain Detection
Identifies domains configured to accept all incoming email regardless of the mailbox. These are risky because individual addresses can't be definitively validated.
Why Email Verification Matters
Protect Sender Reputation
High bounce rates signal poor list hygiene to mailbox providers. Once your sender reputation drops, even valid emails land in spam. Email verification keeps your bounce rate below the critical 2% threshold.
Improve Deliverability
Clean lists mean higher inbox placement rates. By removing invalid addresses before sending, you avoid the cascading damage that bounces cause to your deliverability metrics.
Reduce Costs
Every email you send to an invalid address is wasted spend. If you're paying per-send with your ESP, verification pays for itself by eliminating waste — typically saving 15-30% on sending costs.
Avoid Blocklists
Sending to spam traps and invalid addresses is a common trigger for blocklist listings. Regular email verification prevents this by removing high-risk addresses before they cause damage.
Better Analytics
Invalid addresses distort your open rates, click rates, and conversion metrics. Clean data gives you accurate insights into actual campaign performance.
Compliance
Maintaining clean email lists helps meet GDPR, CAN-SPAM, and CASL requirements. Verification provides documentation that you're practicing responsible email marketing.
Email Verification with Postmaster+
Postmaster+ goes beyond basic email verification. Our Email Intelligence API combines verification with engagement scoring and data enrichment in a single API call — giving you more actionable data per email than any standalone verification tool.
What You Get with Every Verification
Verification Result
Deliverable, undeliverable, risky, or unknown — with detailed reason codes for every result.
Engagement Score
A 0–10 score predicting how likely the recipient is to engage with your email, based on historical activity data.
Enriched Contact Data
Postal address, demographic data, and additional contact information appended from the email address.
Real-Time and Batch Verification
Use the real-time API to verify emails at the point of capture — signup forms, checkout flows, lead generation forms. Or use batch verification to clean existing lists before campaigns.
API Example
curl -X POST "https://postmasterplus.app/api/v1/intelligence/single-emails/scan" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"email": "user@example.com", "actions": "verification,activity"}'When Should You Verify Email Addresses?
At point of capture
Verify emails in real time as users enter them in signup forms, checkout pages, and lead capture forms. This prevents bad data from ever entering your system.
Before every campaign
Run your email list through verification before sending. Even previously valid addresses can become invalid as people change jobs, abandon accounts, or domains expire.
During CRM imports
When importing contact data from third-party sources, purchased lists, or data migrations, always verify first.
On a regular schedule
Set up monthly or quarterly verification of your full subscriber list. With 2.5% monthly list decay, addresses that were valid last quarter may not be valid today.
After re-engagement campaigns
If you're reaching out to dormant subscribers, verify the list first. Dormant lists have higher rates of invalid addresses, spam traps, and recycled domains.
Key Email Verification Metrics
< 2%
Bounce Rate Target
Mailbox providers flag senders with bounce rates above 2%. Verification keeps you well below this threshold.
2.5%
Monthly List Decay
Email addresses become invalid at a rate of ~2.5% per month. Regular verification combats this natural decay.
15-30%
Cost Savings
Removing invalid addresses before sending typically saves 15-30% on ESP costs — paying for verification many times over.