Email Header Analyzer
Parse and analyze email headers online to trace delivery paths and check SPF, DKIM, and DMARC authentication. Free header analyzer.
What are Email Headers?
Email headers are metadata attached to every email message that contain detailed information about the message's origin, routing, and delivery. They are typically hidden from view in email clients but contain valuable technical information.
Headers include information such as the sender and recipient addresses, the subject line, timestamps, the servers the message passed through, and authentication results. Each time an email passes through a mail server, a new "Received" header is prepended, creating a trail of the message's journey from sender to recipient.
Analyzing email headers is essential for troubleshooting delivery issues, verifying the authenticity of a message, identifying spam or phishing attempts, and understanding network delays in email delivery.
Understanding Authentication Results
SPF (Sender Policy Framework)
SPF verifies that the sending mail server is authorized by the domain's DNS records to send email on behalf of that domain. A "pass" result means the sending IP is listed in the domain's SPF record. A "fail" indicates the IP is explicitly not authorized, while "softfail" means it is probably not authorized but the domain owner is not fully enforcing SPF.
DKIM (DomainKeys Identified Mail)
DKIM uses cryptographic signatures to verify that an email was sent by the domain it claims to be from and that its content has not been altered in transit. The sending server signs the message with a private key, and the receiving server verifies the signature using the public key published in the domain's DNS.
DMARC (Domain-based Message Authentication, Reporting and Conformance)
DMARC builds on SPF and DKIM by allowing domain owners to specify a policy for handling emails that fail authentication checks. It also provides a reporting mechanism so domain owners can monitor who is sending email on their behalf. A DMARC "pass" requires that at least one of SPF or DKIM passes and aligns with the "From" domain.
How to Read Email Headers
Email headers are read from bottom to top. The bottom-most "Received" header represents the first server that handled the email (closest to the sender), and the top-most "Received" header represents the last server (closest to the recipient).
Each "Received" header follows the general format: Received: from [sending-server] by [receiving-server] with [protocol]; [timestamp]
By comparing timestamps between consecutive hops, you can identify where delays occur in the delivery chain. Large gaps may indicate server congestion, greylisting, content scanning, or network issues.
Key headers to look for include From, To, Subject, Date, Message-ID, Return-Path, Authentication-Results, and X-Spam-Status.
How to Use Email Header Analyzer
Open Email Header Analyzer
Navigate to Email Header Analyzer in your browser — no installation or sign-up required.
Enter your data
Type, paste, or upload the content you want to process into the input area.
Configure options
Adjust any available settings to customize the output to your needs.
Get your result
The result appears instantly. Copy it to your clipboard or download it as a file.
Frequently Asked Questions
Related Tools
SPF Record Generator
Create valid SPF TXT records for email authentication online. Free SPF generator to prevent spoofing and improve deliverability.
DKIM Record Generator
Generate DKIM DNS TXT records for email authentication online. Free DKIM generator with RSA key pairs to prevent email spoofing.
DMARC Record Generator
Create valid DMARC DNS TXT records online to protect your domain from spoofing and phishing. Free step-by-step DMARC policy builder.
MX Record Lookup
Look up MX records for any domain online. Free MX lookup tool showing mail server priorities, email providers, and SPF/DMARC records.
Email Spam Checker
Test email subject lines and body for spam trigger words online. Free spam checker with score and deliverability improvement tips.
Email Subject Line Tester
Test and score email subject lines for deliverability and engagement online. Free subject line tester with spam risk and improvement tips.