Email Header or Email Metadata, documents all data related to an email’s route to your inbox, and more. They are an essential part of any email communication and serve various purposes, such as informational and practical. Learning to analyze Email Headers can prove useful to establish secure email communication and can help you fix your email deliverability.
What are Email Headers?
An Email Header is metadata that accompanies every email and contains detailed information, such as the sender, receiver, route, time, and more. Mailbox providers use email headers to authenticate the email senders and properly allocate an email in the inbox.
Information in the Email Metadata is automatically generated in accordance with how the email was built and sent. Even though there is a standard to what Email Metadata should include, there is no limit to what an email server could add to it.
How to view Email Headers?
The instructions below will direct you to the Email Headers’ location. Depending on your mailbox provider, the instructions will slightly differ, yet the Email Headers’ metadata readability remains the same across all emailing platforms.
Gmail:
- Locate a three-dot icon on the top-right corner of the email
- Select Show Original
Apple:
- Select View on the panel in the top-left corner
- Select Message and then All Headers
Outlook:
- Open the email and select Properties from the File menu
- Scroll down and locate Email Headers in the Internet Headers box
Yahoo:
- Select More on the panel above the email
- Select View Full Header
Webmail:
- Select Show Source from the More menu
Hotmail:
- Select email and right-click for a drop-down
- Select View Message Source
Thunderbird:
- Open email, click on View
- Select Message Source
Email Headers list and how to analyze them
Email Headers format is read in fields. Each field has a corresponding name, followed by a separator character and a value identifier. The main fields located in the email message header are the from, to, subject, and date. The header also contains various technical details, such as return-path, reply-to, message-id, and more, out of which only date and from are mandatory. Every email header is unique, it can contain more specifics.
Informational Email Headers
From indicates the sender’s information, such as the address.
From: Mailtrap <mailtrap@mailtrap.io>
To displays the primary and secondary (CC, BCC) recipients’ email address and optional names.
To: Grigori Monaselidze <grigori.monaselidze@railsware.com>
Delivered-To displays the recipient’s name and address, as well as other addresses present in the CC and BCC.
Deliver-To displays the address of the recipient who received the delivery. Deliver-To header is added during the event of the delivery.
Delivered-To: recipient_email@railsware.com
Subject refers to the title the sender has indicated in the subject line of the email.
Subject: email_subject_name
Reply-To is an optional field, containing the address to which a recipient responds to.
Reply-To: Sender Name <sender_email@railsware.com>
Content-Type field indicates whether the format of an email was HTML, TXT, or any other option.
Content-Type: text/plain; or Content-Type: multipart/alternative;
Technical Email Headers
Return-Path is added automatically by the recipient’s email server and records the initial sender during the SMTP session. Any bounces that occurred during the SMTP session return to the Return-Path address.
Return-Path: <sender_email@railsware.com>
Received is added automatically after an SMTP server accepts an email. These headers indicate all servers through which the email has passed before reaching its final destination.