Notes
Categories

Anatomy of an E-Mail Message [ English ]

< Prev Next >

1. Introduction

An e-mail message consists of several components that work together to ensure proper communication between the sender and the receiver. Understanding the anatomy of an e-mail message is important in Internet programming because e-mail systems rely on standardized formats and protocols for message transmission.

An e-mail message is generally divided into two main parts:

  1. Header
  2. Body

2. Structure of an E-Mail Message

Image

Image

Image

Image

Image

Image


3. Components of an E-Mail Message

3.1 From Field

The From field contains the e-mail address of the sender.

Example: from: abc@example.com

Purpose:


3.2 To Field

The To field specifies the primary recipient’s e-mail address.

Example: to: student@example.com

Purpose:


3.3 CC (Carbon Copy)

Image

Image

Image

Image

Image

Image

The CC field is used to send a copy of the message to additional recipients.

Characteristics:

Example: cc: manager@example.com


3.4 BCC (Blind Carbon Copy)

The BCC field sends a copy of the e-mail to recipients whose addresses remain hidden from others.

Characteristics:

Example: bcc: admin@example.com


3.5 Subject Field

The Subject field contains a short description of the e-mail content.

Example: subject: Meeting Schedule

Purpose:


3.6 Date and Time

This field records when the e-mail was sent.

Example: date: 07 May 2026

Purpose:


3.7 Message Body

Image

Image

Image

Image

Image

The body is the main content section of the e-mail.

It may contain:

Example:

Dear Student,

Your assignment submission has been received successfully.

Thank you.

3.8 Attachment

Image

Image

Image

Image

Image

Attachments are files sent along with the e-mail.

Examples:

Purpose:


3.9 Signature

An e-mail signature is a block of text automatically added at the end of the message.

Example:

Regards,
Rahul Sharma
Web Developer

Purpose:


4. E-Mail Message Format Example

From: teacher@example.com
To: student@example.com
CC: hod@example.com
Subject: Practical Submission
Date: 07 May 2026

Dear Student,

Please submit your practical file before Friday.

Regards,
Teacher

5. Working of E-Mail Communication

Image

Image

Image

Image

Image

Image

E-mail communication uses several protocols:

Protocol Purpose
SMTP Sending e-mails
POP3 Receiving e-mails
IMAP Managing e-mails on server

6. Importance of E-Mail Structure


7. Advantages of E-Mail


8. Limitations of E-Mail


9. Summary


10. Key Points to Remember


11. Practice Questions

Short Answer Questions

  1. What is the purpose of the Subject field?
  2. Differentiate between CC and BCC.
  3. What is an attachment in an e-mail?

Long Answer Questions

  1. Explain the anatomy of an e-mail message with a diagram.
  2. Describe various fields of an e-mail message in detail.
< Prev Next >