AES Encryption Explained: How It Works and Why It Matters
Jun 23, 2026
Parse raw email headers to see delivery path, authentication status, and mail server details
Paste email headers and click Parse Headers
Email headers contain metadata about a message's journey from sender to recipient. They include routing information (Received), authentication results (SPF, DKIM, DMARC), timestamps, message IDs, and server details. Analyzing headers helps identify delivery issues, detect spoofing, and understand email flow.
An email header analyzer parses the raw headers of an email message and presents them in a readable, structured format. Email headers contain metadata about the message's journey, including every server it passed through (Received headers), authentication results (SPF, DKIM, DMARC), timestamps, message IDs, and the email client used.
This tool helps developers, system administrators, and security professionals investigate delivery issues, detect email spoofing or phishing attempts, verify authentication configurations, and understand the full email delivery path from sender to recipient. By parsing complex raw headers into organized sections, it makes email troubleshooting accessible to everyone.
In Gmail, open the email and click the three-dot menu → "Show original". In Outlook, open the email and go to File → Properties → Internet headers. In Apple Mail, go to View → Message → Raw Source.
SPF (Sender Policy Framework) verifies the sending server is authorized. DKIM (DomainKeys Identified Mail) validates the email was not tampered with. DMARC (Domain-based Message Authentication) tells recipients how to handle unauthenticated emails.
Yes. By analyzing authentication results (SPF, DKIM, DMARC) and comparing the From address with the return-path and received servers, you can identify discrepancies that indicate spoofing or phishing attempts.
No. All parsing is performed locally in your browser. Your email headers never leave your device.
The delivery path shows each server the email passed through, listed in Received headers from bottom to top. Each hop includes the server name, IP address, timestamp, and protocol used (SMTP, ESMTP).
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026