Body
1. Envelope:
• The envelope part encapsulates the message.
• It contains all information that is required for sending any e-mail such
as destination address, priority and security level.
• The envelope is used by MTAs for routing message.
2. Header:
• The header consists of a series of lines. Each header field consists of a
single line of ASCII (American Standard Code for Information Interchange) text
specifying field name, colon and value. The main header fields related to
message transport are :
• To: It specifies the DNS address of the primary recipient(s).
• Cc : It refers to carbon copy. It specifies address of secondary recipient(s).
• BCC: It refers to blind carbon copy. It is very similar to Cc. The only
difference between Cc and Bcc is that it allow user to send copy to the
third party without primary and secondary recipient knowing about this.
• From : It specifies name of person who wrote message.
• Sender : It specifies e-mail address of person who has sent message.
• Received : It refers to identity of sender’s, data and also time message was
received. It also contains the information which is used to find bugs in
routing system.
• Return-Path: It is added by the message transfer agent. This part is used to
specify how to get back to the sender.
3. Body:
• The body of a message contains text that is the actual
content/message that needs to be sent, such as “hi…how are you…be
there on time …. See you.”
• The message body also may include signatures or automatically
generated text that is inserted by the sender’s email system.
Header Meaning