Unit-III
1. Introduction to Electronic Mail
Definition:
Electronic Mail, commonly known as E-mail, is a method of exchanging messages
electronically through the internet between users using unique e-mail addresses.
It allows fast, reliable, and cost-effective communication globally.
Basic Concept:
E-mail systems allow users to send, receive, store, and organize messages
containing text, images, files, or multimedia.
Analogy:
It works similar to sending a traditional postal letter but through electronic networks
instead of physical mail carriers.
Example:
sender@[Link] → mail server → internet → receiver@[Link]
2. Advantages of E-mail
1. Speed:
Messages are delivered almost instantly across the world.
2. Cost-effective:
No postal or courier charges; only internet access is needed.
3. Accessibility:
Can be accessed from any internet-enabled device.
4. Record Keeping:
Provides a digital record of communications.
5. Attachments:
Files, documents, images, and videos can be attached.
6. Group Communication:
One e-mail can be sent to multiple recipients simultaneously.
7. Environmental Friendly:
Reduces paper usage and physical transportation.
3. Disadvantages of E-mail
1. Spam and Junk Mail:
Unwanted promotional or fraudulent e-mails clutter the inbox.
2. Viruses and Malware:
Attachments may contain malicious software.
3. Internet Dependency:
Requires a stable internet connection.
4. Overload:
Large volumes of mail can be overwhelming.
5. Security Risks:
Hacking and phishing attacks can compromise data.
6. Miscommunication:
Tone or emotion may be misunderstood in text form.
4. User IDs and Passwords
User ID:
It is a unique identifier for an e-mail account.
Example: In meenakshi@[Link], meenakshi is the user ID.
Password:
A secret combination of characters used to authenticate the user.
It ensures only authorized access to the mailbox.
Best Practices:
o Use strong passwords with letters, numbers, and symbols.
o Change passwords regularly.
o Never share passwords with anyone.
5. E-mail Address
Structure:
An e-mail address is divided into three parts:
username@domainname
Example:
meenakshi123@[Link]
omeenakshi123 → User Name
[Link] → Domain Name
gmail → Mail Service Provider
.com → Domain Type (commercial)
Common Domain Types:
Domain Meaning
.com Commercial organization
.edu Educational institution
.gov Government
.org Non-profit organization
.net Network-related organization
6. Components of an E-mail Message
An E-mail message has two main parts:
(a) Header:
Contains essential information about the mail:
From: Sender’s e-mail address
To: Recipient’s e-mail address
Cc (Carbon Copy): Secondary recipients
Bcc (Blind Carbon Copy): Recipients not visible to others
Subject: Short summary of message content
Date: Timestamp of sending the e-mail
(b) Body:
The main content area of the message.
Can include text, hyperlinks, images, or file attachments.
7. Message Composition
When composing a message, most mail clients provide:
1. To: Address of main recipient(s)
2. Cc/Bcc: Additional recipients
3. Subject Line: Brief, clear topic of the e-mail
4. Message Body: Main text of communication
5. Attachments: Files or documents to send
6. Signature: Contact details or closing lines automatically added
Example Structure:
To: principal@[Link]
Cc: hod@[Link]
Subject: Request for Project Submission Extension
Dear Sir/Madam,
I am writing to request an extension for submitting my project report due to technical issues.
Thank you for your consideration.
Regards,
Meenakshi Sharma
Dept. of Computer Technology
8. Mailer Features (E-mail Client Features)
E-mail applications or clients like Gmail, Outlook, Yahoo Mail, etc., provide several useful
features:
Feature Description
Inbox Stores received messages
Outbox/Sent Keeps a copy of sent mails
Feature Description
Drafts Saves unfinished mails
Trash Stores deleted mails temporarily
Spam Folder Filters unwanted or junk mails
Search Finds messages using keywords
Filters & Labels Organizes mails automatically
Signatures Adds contact info automatically
Forwarding Sends received mail to others
Auto-reply Sends automatic responses when unavailable
When you send an email, it travels from your computer, through a series of servers, to the
recipient's computer. The Simple Mail Transfer Protocol (SMTP) handles the sending of the
email, while protocols like IMAP or POP3 manage the retrieval of the message by the
recipient.
Key steps in the process
1. Sender sends an email
You use an email client (e.g., Gmail, Outlook) to compose your message and press "Send."
This client is also known as a Mail User Agent (MUA).
2. Sender's MUA sends to the SMTP server
Your MUA connects to your email service provider's outgoing mail server (an SMTP server),
and the message is passed to it.
3. DNS finds the recipient's mail server
Your provider's SMTP server looks at the recipient's email address to find their domain name.
It then uses the Domain Name System (DNS) to find the recipient's Mail Exchanger (MX)
record, which points to the correct destination mail server.
4. Message is transferred between mail servers
The sender's SMTP server connects to the recipient's mail server. After a series of checks
(like anti-spam and anti-virus scans), the recipient's server accepts the email and stores it in
the recipient's mailbox. This server-to-server transfer is done using SMTP.
5. Recipient retrieves the email
When the recipient opens their email client, it connects to their mail server to retrieve the
messages stored in their mailbox. This is done using one of two common protocols:
IMAP (Internet Message Access Protocol): The email is accessed and managed on the
server. This allows for multi-device synchronization (e.g., what you do on your phone is
reflected on your computer).
POP3 (Post Office Protocol version 3): The email is downloaded to a single device and,
optionally, deleted from the server.
6. Recipient receives the message
The recipient's email client displays the message, allowing them to read, reply, or delete it.
When you send an email, it travels from your computer, through a series of servers, to the
recipient's computer. The Simple Mail Transfer Protocol (SMTP) handles the sending of the
email, while protocols like IMAP or POP3 manage the retrieval of the message by the
recipient.
Simplified diagram of the email transmission process
Key steps in the process
1. Sender sends an email
You use an email client (e.g., Gmail, Outlook) to compose your message and press "Send."
This client is also known as a Mail User Agent (MUA).
2. Sender's MUA sends to the SMTP server
Your MUA connects to your email service provider's outgoing mail server (an SMTP server),
and the message is passed to it.
3. DNS finds the recipient's mail server
Your provider's SMTP server looks at the recipient's email address to find their domain name.
It then uses the Domain Name System (DNS) to find the recipient's Mail Exchanger (MX)
record, which points to the correct destination mail server.
4. Message is transferred between mail servers
The sender's SMTP server connects to the recipient's mail server. After a series of checks
(like anti-spam and anti-virus scans), the recipient's server accepts the email and stores it in
the recipient's mailbox. This server-to-server transfer is done using SMTP.
5. Recipient retrieves the email
When the recipient opens their email client, it connects to their mail server to retrieve the
messages stored in their mailbox. This is done using one of two common protocols:
5.1. IMAP (Internet Message Access Protocol): The email is accessed and managed on the
server. This allows for multi-device synchronization (e.g., what you do on your phone is
reflected on your computer).
5.2. POP3 (Post Office Protocol version 3): The email is downloaded to a single device
and, optionally, deleted from the server.
6. Recipient receives the message
The recipient's email client displays the message, allowing them to read, reply, or delete it.
How email works - An
9. Working of E-mail (Inner Workings)
E-mail transmission involves several protocols and servers.
Step-by-Step Flow:
1. Composition:
User composes a message in an e-mail client.
2. Sending:
The message is sent to the Outgoing Mail Server (SMTP Server).
3. Transfer:
SMTP (Simple Mail Transfer Protocol) transfers the mail to the recipient’s mail
server.
4. Receiving:
The recipient’s mail server stores the mail using POP3 (Post Office Protocol) or
IMAP (Internet Message Access Protocol).
5. Reading:
Recipient uses an e-mail client or web interface to access and read the message.
Illustration (You can draw in notes):
Sender → SMTP Server → Internet → POP/IMAP Server → Recipient
SMTP: Used to send mails.
POP3/IMAP: Used to retrieve mails.
Example:
When you send mail from Gmail to Yahoo:
o Gmail SMTP server sends mail → passes through the internet → Yahoo
POP/IMAP server stores it → Yahoo user reads it.
10. Summary
E-mail is a vital tool for digital communication.
It provides fast, cost-effective, and accessible communication worldwide.
Understanding its components, structure, and working helps in professional and
academic communication.