Lesson
16 of 26
Translate

Email & Its Protocols

SMTP, IMAP, POP3, MIME, BCC, CC, SPF, MX records, Outlook, email security for UPSSSC AGTA.

What is Email?

Email (Electronic Mail) is the method of sending and receiving digital messages over the internet. It is one of the oldest internet services, predating the World Wide Web itself.

Email Address Format

Every email address follows the format: username@domain.com

PartExampleMeaning
UsernamefarmerYour unique identifier
@@“at” — separator symbol
Domaingmail.comEmail service provider

Example: rajesh.kumar@gov.in — here “rajesh.kumar” is the username and “gov.in” is the government domain.


Email Protocols — How Email Travels

Email doesn’t just magically reach the recipient. It uses specific protocols (rules) at each stage — sending, receiving, and storing.

SMTP — Simple Mail Transfer Protocol

SMTP is the protocol used for sending emails from your device to the mail server and between mail servers.

  • Port: 25 (default) or 587 (secure/TLS)
  • SMTP only sends — it cannot receive or download emails
  • Works like a post office that picks up and delivers your letter

POP3 — Post Office Protocol version 3

POP3 is used to receive/download emails from the mail server to your local device.

  • Port: 110 (default) or 995 (secure/SSL)
  • Downloads emails and deletes them from the server (by default)
  • Emails accessible only on the device where downloaded
  • Best for: single-device use with limited internet

IMAP — Internet Message Access Protocol

IMAP is used to receive/access emails while keeping them stored on the server.

  • Port: 143 (default) or 993 (secure/SSL)
  • Keeps emails on the server — sync across multiple devices
  • Changes (read, delete, move) are reflected everywhere
  • Best for: accessing email from phone, laptop, and tablet

SMTP vs POP3 vs IMAP — Comparison Table

FeatureSMTPPOP3IMAP
PurposeSending emailReceiving (download)Receiving (sync)
Port25 / 587110 / 995143 / 993
DirectionOutgoingIncomingIncoming
Server StorageN/ADeletes after downloadKeeps on server
Multi-deviceN/ANo (single device)Yes (all devices sync)
Internet neededOnly to sendOnly to downloadAlways for access
Offline readingN/AYes (after download)Limited

Exam Tip: SMTP = Sending Mail. POP3 = Picks and removes. IMAP = stays In the server.


MIME — Multipurpose Internet Mail Extensions

MIME extends the capability of email beyond plain text. Without MIME, you could only send simple ASCII text messages.

MIME allows:

  • Attachments — send files (PDF, images, documents)
  • HTML emails — formatted text with colors, fonts, images
  • Non-ASCII text — support for Hindi, Chinese, Arabic characters
  • Multiple parts — text + attachment in one email
MIME TypeDescriptionExample
text/plainPlain textSimple email body
text/htmlHTML formattedStyled newsletter email
image/jpegJPEG imagePhoto attachment
application/pdfPDF fileReport attachment
audio/mpegAudio fileMP3 attachment

Email Fields and Components

FieldPurposeVisibility
ToPrimary recipient(s)Visible to all
CC (Carbon Copy)Secondary recipients — for informationVisible to all recipients
BCC (Blind Carbon Copy)Hidden recipientsHidden — other recipients cannot see
SubjectBrief topic of the emailVisible to all
BodyMain message contentVisible to all
AttachmentFiles sent along with emailVisible to all
SignatureAuto-added text at bottom (name, designation)Visible to all

Exam Favourite: CC vs BCC — CC recipients are visible to everyone; BCC recipients are completely hidden from other recipients.


Email Clients

An email client is software used to read, write, and manage emails.

Desktop Email Clients

ClientDeveloperKey Feature
Microsoft OutlookMicrosoftCalendar, contacts, tasks, rules integration
Mozilla ThunderbirdMozillaFree, open-source, add-ons
Apple MailAppleBuilt into macOS and iOS

Web-based Email (Webmail)

ServiceProviderAccess
GmailGooglemail.google.com
Yahoo MailYahoomail.yahoo.com
Outlook.comMicrosoftoutlook.com
RediffmailRediffmail.rediff.com

Webmail vs Desktop Client

FeatureWebmailDesktop Client
AccessAny browser, any deviceInstalled on specific device
InternetAlways requiredCan read offline (downloaded)
StorageServer-based (cloud)Local hard disk
SetupJust login — no installationInstall + configure SMTP/IMAP
ExampleGmail, Yahoo MailOutlook, Thunderbird

Microsoft Outlook — Key Features

Microsoft Outlook is the most widely used professional email client and is part of the Microsoft Office suite.

  • Email Management — send, receive, organize into folders
  • Calendar — schedule meetings, set reminders, share calendars
  • Contacts — address book with details (phone, email, organization)
  • Tasks — create to-do lists with deadlines
  • Rules — auto-sort incoming emails (e.g., move newsletters to a folder)
  • Junk Mail Filter — automatically detects and filters spam
  • Out of Office (Auto-Reply) — sends automatic replies when you’re away
  • PST files — Outlook stores data locally in .pst (Personal Storage Table) files

Email Security

SPF — Sender Policy Framework

SPF is a DNS-based email authentication method that specifies which mail servers are authorized to send email on behalf of a domain.

  • Prevents email spoofing (sending fake emails pretending to be from your domain)
  • Domain owner publishes SPF record in DNS

DKIM — DomainKeys Identified Mail

DKIM adds a digital signature to outgoing emails, allowing the recipient’s server to verify the email was not tampered with during transit.

DMARC — Domain-based Message Authentication

DMARC builds on SPF and DKIM — tells receiving servers what to do if authentication fails (reject, quarantine, or allow).

MX Records

MX (Mail Exchange) records are DNS records that specify which mail server should receive email for a domain.

  • Example: MX record for agridots.com points to mail.agridots.com
  • Without MX records, email cannot be delivered to the domain
Security MechanismPurpose
SPFVerifies sender server is authorized
DKIMVerifies email content is not tampered
DMARCPolicy — what to do if SPF/DKIM fails
MX RecordPoints domain to its mail server
SSL/TLSEncrypts email transmission

Spam, Phishing & Email Threats

ThreatDescription
SpamUnsolicited bulk emails — usually advertisements
PhishingFake emails pretending to be from banks/companies to steal passwords
Email SpoofingForging the sender’s address to appear legitimate
Malware AttachmentsVirus/trojan sent as email attachment
Email BombingSending massive number of emails to crash the inbox

Protection Methods:

  • Use spam filters (built into Gmail, Outlook)
  • Never click suspicious links or download unknown attachments
  • Check sender’s actual email address (not just display name)
  • Enable two-factor authentication (2FA) on email accounts

Mailing Lists, Forwarding & Auto-Reply

FeatureDescription
Mailing ListA group email address that forwards to all members (e.g., team@company.com)
Email ForwardingAutomatically redirecting received emails to another address
Auto-ReplyAutomatic response sent when you receive an email (e.g., “I’m on leave until Monday”)
Email SignaturePre-set text added at the bottom of every outgoing email
Email Filters/RulesAuto-sort, label, or move emails based on criteria (sender, subject, keywords)

Key Takeaways

  • Email uses three protocols: SMTP (send), POP3 (download & delete), IMAP (sync & keep on server)
  • SMTP port 25/587; POP3 port 110; IMAP port 143
  • MIME enables attachments, HTML emails, and non-ASCII text
  • CC is visible to all recipients; BCC is hidden
  • Microsoft Outlook integrates email with calendar, contacts, and tasks
  • SPF, DKIM, DMARC protect against email spoofing and phishing
  • MX records in DNS direct email to the correct mail server
  • Spam = junk mail; Phishing = fake emails to steal credentials

Summary Cheat Sheet

ConceptKey Details
SMTPSends email; Port 25/587
POP3Downloads & deletes from server; Port 110
IMAPSyncs, keeps on server; Port 143
MIMEEnables attachments, HTML, non-ASCII in emails
CCCarbon Copy — visible to all recipients
BCCBlind Carbon Copy — hidden from others
OutlookMicrosoft email client + calendar + contacts + tasks
SPFDNS record verifying authorized sender servers
DKIMDigital signature for email integrity
DMARCPolicy for SPF/DKIM failure handling
MX RecordDNS record pointing domain to mail server
SpamUnsolicited bulk email
PhishingFake email to steal credentials
WebmailBrowser-based email (Gmail, Yahoo)
PST FileOutlook’s local storage format
Mailing ListGroup address forwarding to all members

Knowledge Check

Take a dynamically generated quiz based on the material you just read to test your understanding and get personalized feedback.

Lesson Doubts

Ask questions, get expert answers

Lesson Doubts is a Pro feature.Upgrade