At a glance
Percentage of customer email addresses that pass syntactic validation, MX-record DNS check, and known-disposable-domain filtering. Adobe Commerce stores these emails on every order; bad emails break transactional comms (order confirmations, shipping updates), inflate ESP bounce rates, and signal a checkout-form regression. Below 85% is deliverability risk; below 70% is a checkout regression in progress.
Calculation
Calculated automatically from your Adobe Commerce data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A homewares brand on Adobe Commerce 2.4.6, US/UK/B2B Store Views. Snapshot Monday 4 May 26. Email health by Store View:
Invalid email breakdown (464 total):
What this is telling marketing:
- 96.6% blended is in the healthy range (>95%). Below 85% would be a deliverability risk; below 70% suggests the checkout email field has a regression.
- B2B is essentially perfect (99%) because B2B accounts are registered with vetted corporate emails.
- Consumer side has 460 invalid emails over 90 days, of which 184 are typos and 122 are disposable. Both have specific fixes:
- Typos: implement a typo-correction widget on the checkout email field (suggesting “Did you mean gmail.com?” when the user types gmial.com). Industry tools (Mailgun’s address validation, NeverBounce widget) can be embedded in Adobe checkout via custom module.
- Disposable: configure a Cart Price Rule that requires non-disposable email for discount eligibility, or add a real-time validation that rejects known disposable domains at checkout.
- Cross-checking ESP bounce reports: ESP bounce rate should track this card. If ESP shows 4% hard bounces, it correlates with this 3.4% invalid rate; the small gap is the address-typo recovery (some typo emails happen to deliver to a real recipient).
- The 8 empty-email edge cases suggest a Magento module or admin-created order is bypassing the standard form validation. Investigate which entry point allows empty email.
Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look in Adobe Commerce Admin:Customers > All Customers lists registered customers with email; you can manually scan but Adobe doesn’t compute validity.
Sales > Orders with email column filterable; manual export and validation.
Reports > Customers > Newsletter Subscribers shows subscription state, not email validity.Adobe Commerce does not have a native email validation dashboard. Third-party modules add this functionality. Why our number may legitimately differ from any manual count:
Cross-connector reconciliation (when these connectors are connected for this merchant):