What is is Received Email header ? TLDR; it tells you the route from mail server to mail server before landing in you email box

About

Email route (or routing) is the route that a email message has taken from server to server before landing in a mailbox.

Received is a message header which indicates when and how a server handled the message.

The show the path that a message takes from the message sender to the final recipient.

spammers may also add additional Received headers, before they send the message, to make it look like the message originated som

Show / Read

The route is defined via the Received header that is happened by every server when it receives an message. The list of all Received header forms a route.

They are read in reverse order:

  • the first one is the one that delivered the message to its final destination
  • The last one is the sender.
Received: by 172.16.84.104 with SMTP id ax2nko4a19iuvwy9mhdlr7d5wxu6sln7jocea;
 Thu, 4 Feb 2021 18:00:11 GMT

You can get it formatted with the Message header toolbox.

Documentation / Reference





Discover More
Email - Email processing

Every server that handles an email message adds some information to the message headers. At a minimum, the SMTP server will add a Received header, which indicates when and how it handled the message....
What are email headers?

Email header are the most important part for email routing and this articles regroups the main logic about them
Gmail Show Original Email
What is a Email Message ? known as Internet Message or RFC822

An email is a document that is composed of the following structure * one or more headers * followed by a body that may be composed of multi-parts: * Text part * HTML part * Attachment and...
What is an SMTP reception?

SMTP has two sides, sending and receiving, this article is all about how to receive



Share this page:
Follow us:
Task Runner