Simple online tools for developers, networking, text and conversions.

Network Tools

Email Header Analyzer

Analyze raw email headers and extract key delivery and authentication fields.

Tool

Use this Email Header Analyzer to inspect raw email headers and extract important fields such as From, To, Subject, Date, Message-ID, Received, Return-Path, SPF, DKIM, and DMARC-related results. It is useful for troubleshooting delivery issues, understanding mail flow, and basic email analysis.

About this tool

Use this Email Header Analyzer to inspect raw email headers and extract important fields such as From, To, Subject, Date, Message-ID, Received, Return-Path, SPF, DKIM, and DMARC-related results. It is useful for troubleshooting delivery issues, understanding mail flow, and basic email analysis.

Use email header analyzer when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste the raw email headers into the input box.
  2. Run the tool to parse the header lines.
  3. Review the extracted summary and key fields.
  4. Use the result to inspect routing and authentication data.

Examples

Example

Input

From: sender@example.com
To: user@example.net
Subject: Test message
Date: Tue, 1 Jan 2026 10:00:00 +0000
Message-ID: <abc123@example.com>

Output

From: sender@example.com
To: user@example.net
Subject: Test message
Date: Tue, 1 Jan 2026 10:00:00 +0000
Message-ID: <abc123@example.com>

Extracts common top-level email header fields.

Example

Input

Received: from mail.example.com ...
Authentication-Results: spf=pass dkim=pass dmarc=pass ...

Output

Received Count: 1
SPF: pass
DKIM: pass
DMARC: pass

Useful for quick authentication result checks.

Common errors

The full email body is pasted instead of headers only.

Fix: Paste the raw header block for the clearest output.

Headers are incomplete or truncated.

Fix: Copy the full original raw headers from the email client.

Users expect live DNS or reputation checks.

Fix: This tool parses header content only and does not perform external reputation lookups.

FAQ

What does this tool analyze?

It analyzes pasted raw email headers and extracts key delivery and authentication fields.

Does it perform live DNS checks?

No. It parses only the header content you paste into the tool.

Can it show Received hops?

Yes. It counts and lists Received lines found in the header block.

Can it detect SPF, DKIM, and DMARC results?

Yes. It can extract those results when they appear in the headers.

Why is this useful?

It helps understand how an email was delivered and whether authentication checks passed.

Use cases

Related tools