Email headers
analyzer
Drop in raw headers and watch them decoded: SPF, DKIM, and DMARC verdicts, each server hop with its timestamp, and the complete authentication trail.
Reading the forensic trail.
Headers record everything that happened to a message — if you know where to look.
SPF, DKIM & DMARC
Start with Authentication-Results. In one line it tells you whether the sender was authorised (SPF), the signature held up (DKIM), and whether both align with the From domain (DMARC).
Received chain
The Received headers are the message's travel log, newest entry first. Reading upward from the bottom reconstructs the full route, and timestamp gaps expose exactly where a slow email got stuck.
Return-Path & Reply-To
Bounces flow to Return-Path, which is also what SPF validates; Reply-To redirects responses. When From, Return-Path, and Reply-To disagree, filters get suspicious — and phishers count on exactly that mismatch.
Skip the header archaeology.
With authentication configured right from the start and analytics on every send, deliverability problems surface in your dashboard — not in your users' spam folders.