Understanding Jira email headers
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
What are Email Headers?
An Email Header is metadata that accompanies every email and contains detailed information, such as the sender, receiver, route, timestamp, and more. Mailbox and email service providers use email headers to authenticate the email senders and properly allocate an email in the inbox.
How to view Email Headers?
Gmail:
- Locate a three-dot icon on the top-right corner of the email
- Select Show Original in the drop-down menu. You’ll be able to view raw data in a new window.
Microsoft Outlook and Hotmail:
- Open the email and select a three-dot icon in the top right corner next to the reply button.
- Scroll down, locate View, and select View Message Source from the menu.
Thunderbird:
- Open email, click View
- Select Headers and mark All or
- Select Message Source
Different email headers
Below is a list of common email headers and how to read them.
Headers | Description |
---|---|
From | This field indicates the name and email address of the sender. |
To | This field shows the receiver’s name and their email address. Fields like CC (carbon copy- allows you to send a copy of your email to multiple recipients.) and BCC (blind carbon copy- same as CC but the main recipient of the mail will be unaware of other recipients you’ve included. As a result, a BCC email is a little more confidential than CC.) also fall under this category as they all include details of your recipients. |
Date/Created at | This shows the time when the email was sent. |
Subject | It refers to the topic/shortest summary of the whole message body in the email. |
Return-Path | This mail header field is also known as Reply-To. If you reply to an email, it will go to the address mentioned in the Return-Path field. |
Domain Key and DKIM Signatures | The Domain Key and Domain Key Identified Mail (DKIM) are email signatures that help email service providers identify and authenticate your emails, similar to SPF signatures. |
Message-ID | This field is a unique combination of letters and numbers that identifies each mail. It is always unique - No two emails will have the same Message ID. |
References | This indicate that the message is a reply to a previous message. This field contains the Message-IDs of all the replies in the thread.
|
In-reply-to | It is identifier for the message you are replying to. Most mail readers use this information to group related messages together. Normally, this header is filled in automatically when you reply to a message |
MIME-Version | Multipurpose Internet Mail Extensions (MIME) is an internet standard of encoding. It converts non-text content like images, videos, and other attachments into text so they can be attached to an email and sent through SMTP (Simple Mail Transfer Protocol). |
Received | This field lists each mail server that an email went through before arriving in the recipient’s inbox. It’s listed in a reverse chronological order - where the mail server on the top is the last server the email message went through, and the bottom is where the email originated. |
X-Spam Status | The X-Spam Status shows you the spam score of an email message(usually created by your service or mail client). Firstly, it’ll highlight if a message is classified as spam. Then, the spam score of the email is shown, as well as the spam threshold for the email. An email can either meet the spam threshold of an inbox or exceed it. If it’s too spammy and exceeds the threshold, it will automatically be classified as spam and sent to the spam folder. |
Content-Type | field indicates whether the format of an email body was HTML, TXT, or any other option. |
DKIM-Signature | Domain Keys Identified Mail (DKIM) is an authentication method used to confirm that the email was authorized by the owner of the domain. The email is signed with a digital signature, which can be verified by checking the sender’s public key in the DNS records of the sender’s domain |
SPF | Sender Policy Framework is an authentication method used by senders to specify hosts that are allowed to send an email on behalf of the domain. MTA (mail transfer agent) checks the sender’s DNS records to confirm that the email received from a domain is sent by a host listed in the sender’s DNS records. |
Authentication-results | This header contains the results (pass/fail) of any SPF, DKIM, and DMARC checks that were performed. SPF authentication check result options:
DKIM authentication check result options:
DMARC authentication check result options
|