Table of Contents
In this we will share SSC Computer Complete Batch Email PPT Slides (LEC #8) so, Email may seem like a simple, everyday concept that everyone already understands, but from an SSC Computer Awareness examination perspective, it is a topic packed with specific technical terms, protocols, and distinctions that test your depth of understanding rather than just surface familiarity.
Lecture 8 (LEC 8) of the Complete Foundation Batch for All SSC (Staff Selection Commission) Exams PPT Series focuses entirely on E-Mail (ई-मेल). With 29 focused PPT slides, this compact but content-rich module covers every concept related to email that has ever been tested in SSC CGL, CHSL, MTS, GD, and CPO exams.
Whether you are looking for email kya hai in Hindi, what is the full form of email, difference between CC and BCC, email protocol differences between SMTP POP3 and IMAP, parts of an email address, types of email services, or email etiquette notes for competitive exams, this article covers all of it in a thorough, exam-focused, and easy-to-understand format. Let us begin building your complete command over this topic.
| Detail | Information |
| Subject | E-Mail (ई-मेल) |
| Lecture Number | LEC 8 |
| Total Slides | 29 PPT Slides |
| File Size | 6 MB |
| Series Name | Complete Foundation Batch for All SSC Exams (PPT Series) |
| Serial Number | #08 |
| Best For | SSC CGL, CHSL, MTS, GD, CPO, JE and all competitive exams |
| Language | English + Hindi (Bilingual) |
| Format | PPT / PDF |
| Website | https://slideshareppt.net/ |
SSC Computer Complete Batch Email PPT Slides (LEC #8)
NOTE: IF YOU WANT TO DOWNLOAD COMPLETE SERIES – JUST VISIT THIS REDIRECT PAGE
Email Kya Hai? What Is Email? Definition and Full Form
Email stands for Electronic Mail. It is a method of exchanging digital messages between people over the internet or other computer networks. An email is composed on a device (computer, smartphone, tablet), sent through mail servers using specific protocols, and received in the recipient’s mailbox almost instantaneously, regardless of geographic distance.
Email was the first widely used application of the internet, even predating the World Wide Web. It transformed how people communicate in professional, academic, and personal contexts, and today billions of emails are sent every single day across the globe.
In Hindi, email is called Vidyut Sandesh (विद्युत संदेश) or Aalektronikaee Dak (इलेक्ट्रॉनिक डाक) or most commonly ई-मेल (E-Mail). All three forms appear in SSC bilingual papers.
| Aspect | Detail |
| Full Form | Electronic Mail |
| Hindi Name | ई-मेल / इलेक्ट्रॉनिक डाक / विद्युत संदेश |
| First Email Sent | 1971 by Ray Tomlinson (American computer programmer) |
| The @ Symbol | Introduced by Ray Tomlinson; separates username from domain in email addresses |
| Protocol for Sending | SMTP (Simple Mail Transfer Protocol) |
| Protocol for Receiving | POP3 (Post Office Protocol 3) or IMAP (Internet Message Access Protocol) |
| How It Works | Message composed → sent via SMTP to mail server → stored → retrieved by recipient via POP3/IMAP |
| Speed | Near-instantaneous delivery anywhere in the world |
| Key Advantage | Asynchronous communication; recipient does not need to be online when message is sent |
History of Email: Origin and Important Milestones
The history of email contains several facts that appear as direct questions in SSC Computer Awareness exams. Here is a concise but comprehensive timeline of email development:
| Year | Milestone | Significance for SSC |
| 1965 | First email-like system (MAILBOX) at MIT | Early concept of leaving messages for users on the same computer; not true email |
| 1971 | Ray Tomlinson sends first network email | First email sent between two computers on ARPANET; introduced the @ symbol to separate user from host |
| 1972 | Ray Tomlinson introduces the @ symbol convention | @ symbol (at sign) used to denote the host/domain; still the universal email standard |
| 1978 | First mass email (spam) sent by Gary Thuerk | Sent to 393 ARPANET users; considered the world’s first spam email |
| 1988 | IMAP protocol developed by Mark Crispin | Allowed server-side email storage; revolutionary for multi-device access |
| 1991 | Internet opened to public | Email became available to ordinary citizens outside research and military networks |
| 1996 | Hotmail launched by Sabeer Bhatia and Jack Smith | First major free web-based email service; founded by two Indians; acquired by Microsoft in 1997 |
| 1997 | Hotmail acquired by Microsoft for $400 million | Became MSN Hotmail; later renamed Outlook.com |
| 2004 | Gmail launched by Google (April 1, 2004) | Offered 1 GB free storage (revolutionary at the time); changed email forever; now world’s largest email service |
| 2012 | Gmail becomes world’s largest email service | Surpassed Hotmail and Yahoo! Mail in user numbers |
Structure of an Email Address: Parts and Format
Understanding the structure of an email address is fundamental and directly tested in SSC exams. An email address always follows the format: username@domain.tld
| Part | Example | Explanation |
| Username (Local Part) | sscaspirant2026 | Identifies the specific mailbox; chosen by the user; may contain letters, numbers, dots, underscores, hyphens |
| @ Symbol (At Sign) | @ | Mandatory separator between username and domain; introduced by Ray Tomlinson; pronounced ‘at’ |
| Domain Name | gmail | Identifies the mail service provider or organization hosting the mailbox |
| Dot (.) | . | Separator between domain and TLD |
| TLD (Top Level Domain) | com | Identifies the type of organization (.com, .org, .in, .gov) or country (.in for India, .uk for UK) |
| Complete Example | sscaspirant2026@gmail.com | Username = sscaspirant2026 | Domain = gmail | TLD = .com |
Additional Real-World Examples:
- Government Email: officer.name@nic.in (National Informatics Centre domain for Indian govt officials)
- Educational Email: studentname@iitd.ac.in (IIT Delhi student email)
- Corporate Email: employeename@tcs.com (Tata Consultancy Services)
- Personal Email: username@yahoo.com or username@outlook.com
How Email Works: Step-by-Step Process
Understanding how an email travels from sender to recipient is an important conceptual question in SSC Computer Awareness. Here is the complete step-by-step process:
| Step | Stage | What Happens |
| Step 1 | Composition | Sender types the email (to address, subject, body, attachments) in their email client (Gmail, Outlook, Yahoo Mail) |
| Step 2 | Submission via SMTP | When sender clicks Send, the email client connects to the outgoing mail server using SMTP (Simple Mail Transfer Protocol) on Port 587 (client to server) or Port 25 (server to server) |
| Step 3 | Sender’s Mail Server Processing | The sender’s SMTP server accepts the email, looks up the recipient’s domain using DNS (checks MX records), and determines which mail server handles that domain |
| Step 4 | Transfer to Recipient’s Mail Server | The sender’s SMTP server connects to the recipient’s SMTP server and delivers the email message |
| Step 5 | Storage in Recipient Mailbox | The recipient’s mail server stores the email in the recipient’s mailbox on the server until it is retrieved |
| Step 6 | Retrieval by Recipient | When the recipient opens their email client, it connects to the mail server using POP3 or IMAP to download or display the email |
| Step 7 | Display to Recipient | The email client displays the email to the recipient who can then read, reply, forward, or delete it |
Email Protocols: SMTP, POP3, and IMAP – Most Tested Comparison
The difference between SMTP, POP3, and IMAP is one of the most frequently tested email topics across all SSC Computer Awareness exams. You must know each protocol’s full form, function, direction, and port number without any hesitation:
| Feature | SMTP | POP3 | IMAP |
| Full Form | Simple Mail Transfer Protocol | Post Office Protocol Version 3 | Internet Message Access Protocol |
| Primary Use | SENDING emails | RECEIVING emails (downloading) | RECEIVING emails (server-based) |
| Direction of Data | Outgoing (client to server OR server to server) | Incoming (server to client, downloads email) | Incoming (accesses email on server without mandatory download) |
| Port Number (Standard) | Port 25 (server-server), Port 587 (client-server) | Port 110 (unencrypted), Port 995 (SSL/TLS) | Port 143 (unencrypted), Port 993 (SSL/TLS) |
| Email Storage | Email is forwarded; not stored permanently by SMTP | Downloads to local device; typically removes from server after download | Email stays on the server; synchronized across all devices |
| Multi-Device Access | N/A (not a retrieval protocol) | Poor; once downloaded to one device, not accessible elsewhere | Excellent; same emails accessible from phone, tablet, computer simultaneously |
| Offline Access | N/A | Yes; emails available offline after download | Partial; only downloaded/cached emails available offline |
| Best Use Case | All email sending (required) | Single-device personal use; users who want local storage | Multi-device users; professional use; users who access email from many devices |
| Developed By | Jonathan Postel (1982) | First defined in 1984; POP3 finalized 1988 | Mark Crispin developed IMAP in 1988 |
| Example Clients | Gmail SMTP, Outlook SMTP, Yahoo SMTP | Older email clients, offline email programs | Gmail, Outlook, Apple Mail (modern default) |
Parts of an Email Message: Complete Anatomy
Every email is composed of several distinct parts. Understanding each part and its function is tested in SSC exams, particularly in the context of professional email use and email header analysis:
| Email Part | Section | Description and SSC Exam Relevance |
| From | Header | The sender’s email address; automatically filled by the email client; cannot be easily spoofed in legitimate email |
| To | Header | The primary recipient’s email address(es); the main person the email is directed to; can have multiple recipients |
| CC (Carbon Copy) | Header | Carbon Copy; additional recipients who receive a copy of the email; all recipients in To and CC can see each other’s addresses |
| BCC (Blind Carbon Copy) | Header | Blind Carbon Copy; recipients added here receive the email but their addresses are HIDDEN from all other recipients (To, CC, and other BCC) |
| Subject | Header | A brief, descriptive title of the email’s content; should summarize the email topic clearly; appears in the recipient’s inbox list |
| Date and Time | Header | Timestamp showing when the email was sent; automatically added by the mail server |
| Reply-To | Header | Optional field specifying an alternative email address for replies; useful when sender wants replies to go to a different address |
| Body / Message | Body | The main content of the email; can be plain text or HTML-formatted with bold, colors, tables, and images |
| Signature | Body (footer) | Optional personal or professional sign-off at the end; typically includes name, designation, phone, website |
| Attachment | MIME Part | Files added to an email (documents, images, PDFs, etc.); sent alongside the message using MIME encoding |
| Message ID | Header | Unique identifier assigned to every email by the sending server; used for tracking and threading |
CC vs BCC: The Most Exam-Tested Email Distinction
The difference between CC and BCC is arguably the single most asked email question in SSC Computer Awareness. It appears in almost every exam that tests email knowledge. Master this table completely:
| Feature | CC (Carbon Copy) | BCC (Blind Carbon Copy) |
| Full Form | Carbon Copy | Blind Carbon Copy |
| Visibility of Address | All recipients (To + CC) CAN see the CC addresses | No recipient (To or CC) can see BCC addresses; BCC recipients are hidden |
| Recipient Awareness | All To and CC recipients know who else received the email | BCC recipients do not know who else was BCC’d; they only see their own address |
| Primary Use | Keeping relevant parties informed; transparency in group communication | Sending to many people without revealing addresses to each other; mass emails; privacy |
| Reply All Effect | If any recipient clicks Reply All, it goes to all To + CC recipients | BCC recipients are NOT included in Reply All responses; they remain hidden |
| Professional Example | CC your manager when sending a project update to a client | BCC a list of job applicants so they cannot see each other’s email addresses |
| Origin of Term | From the era of carbon paper copies of typed letters | ‘Blind’ because the copy is invisible/hidden from other recipients |
| Exam Trick | CC = Carbon Copy; everyone can see | BCC = Blind = Hidden; nobody else can see |
Email Folders and Their Functions
Every email service organizes messages into specific folders. Knowing what each folder does is a common knowledge question in SSC and banking exams:
| Email Folder | Purpose | Exam Point |
| Inbox | The main folder where all received emails land by default; shows all unread and read messages | Primary folder; most important; all incoming mail goes here first |
| Sent | Stores copies of all emails you have successfully sent to others | Useful for tracking what you have sent; auto-saved after sending |
| Drafts | Stores emails you have started composing but have NOT yet sent | Auto-saved while typing; retrieve here to continue writing and send later |
| Spam / Junk | Contains emails automatically identified as unsolicited, suspicious, or promotional | Mail filters move suspected spam here; check occasionally to recover legitimate emails misclassified as spam |
| Trash / Deleted Items | Holds emails you have deleted; they are not permanently removed yet | Emails can be recovered from Trash before permanent deletion |
| Archive | Long-term storage for emails you want to keep but do not want in your Inbox | Keeps inbox clean; emails are searchable and recoverable |
| Starred / Flagged | Emails you have marked as important for quick reference | Manual marking by user; not automatic |
| Promotions (Gmail) | Gmail-specific tab; automatically sorts promotional and marketing emails | Part of Gmail’s category tabs system; keeps inbox less cluttered |
| Social (Gmail) | Gmail-specific tab; notifications from social networks | Part of Gmail’s automated sorting; can be disabled |
| Outbox | Temporary holding folder for emails being sent but not yet delivered | Appears when email is queued; disappears once email is successfully delivered |
Types of Email Services: Web-Based, Client-Based, and Enterprise
Email services are delivered in different ways depending on the user’s needs. Understanding the classification of email services is important for a complete picture of the email chapter:
| Email Service Type | Definition | Examples | Key Characteristic |
| Web-Based Email (Webmail) | Email accessed through a web browser; no software installation required; emails stored on the provider’s servers | Gmail (Google), Yahoo Mail (Yahoo), Outlook.com (Microsoft), Rediffmail (Rediff) | Accessible from any device with a browser; free for personal use; uses IMAP/HTTPS |
| Desktop Email Client | Dedicated software installed on your computer to manage emails; connects to mail servers via SMTP/POP3/IMAP | Microsoft Outlook, Mozilla Thunderbird, Apple Mail, eM Client | Offline access; powerful features; suitable for professional use; requires setup |
| Mobile Email Client | Email application on smartphones and tablets; connects to email servers via IMAP | Gmail App, Outlook Mobile, Apple Mail, Samsung Email | Push notifications; optimized for touch screen; access anywhere |
| Enterprise Email Server | Organizations run their own email servers to manage internal and external communication | Microsoft Exchange Server, Google Workspace (G Suite), Zoho Mail, IBM Lotus Notes | Full control over security and data; used by corporations and government departments |
| Government Email (NIC) | Email services provided by National Informatics Centre to Indian government employees | username@nic.in, username@gov.in, username@india.gov.in | Secure; used for official government communication in India |
Popular Email Services: Names, Owners, and Key Facts for SSC
| Email Service | Owner / Company | Launched | Key Facts |
| Gmail | Google (Alphabet Inc., USA) | April 1, 2004 | World’s most used email service; started with 1 GB free storage; launched on April Fool’s Day; now offers 15 GB free |
| Outlook.com / Hotmail | Microsoft (USA) | Hotmail: 1996; Outlook: 2012 | Hotmail was founded by Sabeer Bhatia (Indian-American) and Jack Smith; acquired by Microsoft for ~$400 million in 1997; rebranded as Outlook.com in 2012 |
| Yahoo! Mail | Yahoo! Inc. (USA) | 1997 | One of the oldest free email services; suffered major data breaches in 2013 and 2016 |
| Rediffmail | Rediff.com (India) | 1997 | Popular Indian email service; one of the first major Indian internet portals |
| ProtonMail | Proton AG (Switzerland) | 2013 | End-to-end encrypted; based in Switzerland (strong privacy laws); popular for secure communication |
| Zoho Mail | Zoho Corporation (India) | 2008 | Indian company (founded by Sridhar Vembu); widely used for business email; GDPR compliant |
| iCloud Mail | Apple Inc. (USA) | 2011 | Part of iCloud ecosystem; free with Apple ID; tight integration with Apple devices |
| Tutanota | Tutao GmbH (Germany) | 2011 | Open-source; end-to-end encrypted; privacy-focused; European data privacy laws |
| NIC Email (gov.in) | National Informatics Centre (India) | Early 2000s | Official email for Indian government employees; managed by MeitY under NIC |
Email vs Other Communication Methods: Key Comparisons
SSC exams sometimes test the comparison between email and other forms of digital communication. Here is how email compares to commonly confused alternatives:
| Feature | Instant Messaging (WhatsApp/Telegram) | SMS (Text Message) | |
| Speed | Near-instant delivery but not real-time | Real-time instant delivery | Real-time delivery |
| Formality | Formal; used for professional communication | Informal; casual conversations | Very informal; brief messages |
| Message Length | Unlimited; supports long detailed messages | Short to medium messages typical | Limited to 160 characters (standard SMS) |
| Attachments | Yes; documents, images, PDFs, videos | Yes; media sharing supported | No (MMS allows limited media) |
| Internet Required | Yes (for sending/receiving) | Yes (mobile data or Wi-Fi) | No (uses cellular network) |
| Protocol | SMTP, POP3, IMAP | App-specific (proprietary) | SS7 cellular protocol |
| Record Keeping | Excellent; all emails stored and searchable | Good; chat history stored | Limited on most phones |
| Best For | Official communication, applications, reports | Quick conversations, group chats | Urgent brief messages |
| Cost | Free (for major services) | Free (data charges apply) | Per SMS charge or included in plan |
Email Security: Spam, Phishing, and Safe Email Practices
Email is one of the most common vectors for cyber attacks. Understanding email security threats and safe practices is a growing topic in SSC Computer Awareness as government digital literacy initiatives expand:
| Email Threat / Concept | Definition | How to Protect Yourself |
| Spam | Unsolicited, unwanted email sent in bulk; often advertising, promotional, or fraudulent in nature | Use spam filters; never reply to spam; mark as spam; do not click links in suspicious emails |
| Phishing Email | Fraudulent email disguised to look like it is from a legitimate source (bank, government, trusted company) to trick users into sharing credentials or clicking malicious links | Verify sender address carefully; look for grammatical errors; never click suspicious links; access accounts directly by typing URL, not through email links |
| Email Spoofing | Forging the sender’s email address to make an email appear to come from a trusted source when it does not | Check email headers; use email authentication protocols (SPF, DKIM, DMARC) |
| Malware via Email | Malicious software (virus, ransomware, trojan) delivered through infected email attachments or links | Never open attachments from unknown senders; scan all attachments; keep antivirus updated |
| Email Bombing | Flooding a target email address with thousands of emails to overwhelm the inbox and server | Report to ISP and email provider; use email filtering rules |
| Chain Email / Hoax | Emails containing false information that urge recipients to forward to others; spread misinformation | Do not forward chain emails; verify information before sharing; report as spam |
| Man-in-the-Middle Attack | Attacker intercepts email communication between two parties to steal or alter information | Use encrypted email (HTTPS, TLS); use digital signatures; use end-to-end encrypted email services like ProtonMail |
| Strong Password Importance | Weak email passwords are vulnerable to brute force attacks and credential stuffing | Use strong unique passwords (12+ characters, mix of letters/numbers/symbols); enable two-factor authentication (2FA) |

Professional Email Etiquette: SSC and Government Job Context
Email etiquette refers to the proper professional conduct when composing and sending emails. As SSC selects candidates for government jobs where professional communication is essential, understanding email etiquette is increasingly tested in Computer Awareness and general awareness sections:
Key Email Etiquette Rules
- Always include a clear, specific subject line that summarizes the email’s purpose
- Use a professional greeting appropriate to the relationship (Dear Sir/Madam, Respected Mr./Ms.)
- Keep the message concise and to the point; avoid unnecessarily long emails
- Use proper grammar, spelling, and punctuation; proofread before sending
- Avoid writing in ALL CAPITALS as it is considered shouting in digital communication
- Reply promptly to emails, ideally within 24 hours for professional correspondence
- Use CC only for people who genuinely need to be kept informed, not everyone
- Use BCC when sending to a large group to protect recipient privacy
- Never reply all unless your response is relevant to every person on the email chain
- Include a professional email signature with your name, designation, and contact details
- Double-check the recipient address before sending to avoid sending to the wrong person
- Clearly label attachments and mention them in the email body
- Avoid sending sensitive or confidential information over unsecured email
MIME: How Email Handles Attachments and Multimedia
MIME stands for Multipurpose Internet Mail Extensions. It is a standard that extends the basic email format to support text in character sets other than ASCII, as well as attachments such as documents, images, audio, video, and other file types. Without MIME, email could only send plain ASCII text.
| MIME Concept | Explanation |
| Full Form | Multipurpose Internet Mail Extensions |
| Purpose | Extends email to support attachments, non-ASCII text, HTML formatting, images, audio, and video in email |
| Developed By | Nathaniel Borenstein and Ned Freed (1992) |
| MIME Types | Categorize the type of content in an email: text/plain, text/html, image/jpeg, application/pdf, audio/mpeg, video/mp4 |
| Base64 Encoding | Method used by MIME to encode binary files (images, documents) as text for safe email transmission |
| HTML Email | MIME allows email body to be formatted in HTML with colors, fonts, images, and tables (text/html MIME type) |
| Why Important for SSC | MIME full form and purpose are directly tested; understanding it explains how email attachments work |
Email in the Indian Government Context: NIC and Digital India
For SSC aspirants aiming at government jobs, understanding how email is used in Indian government institutions is particularly relevant. Here is what you need to know:
| Topic | Details |
| NIC (National Informatics Centre) | Government of India agency under Ministry of Electronics and IT (MeitY) that manages IT infrastructure including government email |
| Government Email Domains | @nic.in (for Central Government employees), @gov.in, @india.gov.in, @[ministry].gov.in |
| Email Policy for Government | All official communication between government departments is increasingly done via email; reduces paper usage under Digital India |
| GIGW (Guidelines for Indian Government Websites) | Includes standards for government email communication; managed by NIC |
| Secure Email Gateway | Government email services use encrypted, secure mail gateways to prevent unauthorized access and data breaches |
| RTI via Email | Citizens can file Right to Information (RTI) applications via email to central government departments |
| Aadhaar Email Linking | Indian residents can link their email to Aadhaar for receiving government notifications and e-Documents |
Email-Related Abbreviations: Complete Reference for SSC
| Abbreviation | Full Form | Context / Use |
| Electronic Mail | Digital messaging system over the internet | |
| SMTP | Simple Mail Transfer Protocol | Protocol for SENDING emails; Port 25/587 |
| POP3 | Post Office Protocol Version 3 | Protocol for DOWNLOADING emails; Port 110/995 |
| IMAP | Internet Message Access Protocol | Protocol for SERVER-BASED email access; Port 143/993 |
| CC | Carbon Copy | Email copy visible to all recipients |
| BCC | Blind Carbon Copy | Hidden email copy; recipients invisible to others |
| FWD | Forward | Passing a received email to another recipient |
| RE | Reply / Regarding | Used in subject lines of replies |
| MIME | Multipurpose Internet Mail Extensions | Enables attachments and multimedia in email |
| HTML | HyperText Markup Language | Used for formatted HTML email content |
| SSL | Secure Sockets Layer | Encryption for secure email transmission |
| TLS | Transport Layer Security | Modern replacement for SSL; secures email transmission |
| MX Record | Mail Exchange Record | DNS record specifying which mail server handles a domain’s email |
| SPF | Sender Policy Framework | Email authentication method to prevent spoofing |
| DKIM | DomainKeys Identified Mail | Email signing method to verify sender authenticity |
| DMARC | Domain-based Message Authentication Reporting and Conformance | Email authentication policy combining SPF and DKIM |
| NIC | National Informatics Centre | Indian government agency managing .nic.in email |
| ISP | Internet Service Provider | Company providing internet and sometimes email services |
| OTP | One-Time Password | Often sent via email for two-factor authentication |
| 2FA | Two-Factor Authentication | Security method using password plus email/SMS verification code |
Email Topics: Exam Frequency and Priority for SSC
| Email Topic | Exam Frequency | Difficulty | Priority |
| Email Full Form (Electronic Mail) | Very High | Easy | Must Study First |
| CC vs BCC Difference | Very High | Easy | Must Study First |
| SMTP Function (Sending Email) | Very High | Easy | Must Study First |
| POP3 vs IMAP Difference | Very High | Medium | Must Study First |
| Email Address Structure (username@domain.tld) | Very High | Easy | Must Study First |
| Ray Tomlinson – First Email / @ Symbol | High | Easy | Must Study First |
| Gmail – Google / Launched 2004 | High | Easy | Important |
| Hotmail – Sabeer Bhatia (Indian-American) | High | Easy | Important |
| Email Folders (Inbox, Sent, Drafts, Spam, Trash) | High | Easy | Important |
| SMTP Port 25/587 | POP3 Port 110 | IMAP Port 143 | High | Medium | Important |
| Spam Email Definition | High | Easy | Important |
| Phishing via Email | Medium-High | Easy-Medium | Important |
| MIME Full Form and Purpose | Medium-High | Medium | Important |
| Types of Email Services (Webmail, Desktop Client) | Medium | Easy | Good to Know |
| Email Etiquette Basics | Medium | Easy | Good to Know |
| ProtonMail (Encrypted Email) | Low-Medium | Easy | Revision Only |
| SPF, DKIM, DMARC (Email Authentication) | Low | Hard | Revision Only (JE level) |
Top 30 Email Facts to Memorize for SSC Computer Awareness
- Email stands for Electronic Mail; in Hindi it is ई-मेल or इलेक्ट्रॉनिक डाक
- The first email was sent in 1971 by Ray Tomlinson on ARPANET
- Ray Tomlinson introduced the @ symbol to separate username from domain in email addresses
- SMTP (Simple Mail Transfer Protocol) is used for SENDING emails; Port 25 (server-server) or Port 587 (client-server)
- POP3 (Post Office Protocol Version 3) is used for DOWNLOADING emails to a device; Port 110
- IMAP (Internet Message Access Protocol) keeps emails on the server and syncs across all devices; Port 143
- An email address has the format: username@domain.tld (e.g., name@gmail.com)
- CC stands for Carbon Copy; all recipients can see CC addresses
- BCC stands for Blind Carbon Copy; BCC recipients are hidden from all other recipients
- If you click Reply All, it goes to To + CC recipients only; BCC recipients are excluded
- Gmail was launched by Google on April 1, 2004
- Gmail initially offered 1 GB of free storage, which was revolutionary in 2004
- Hotmail was founded by Sabeer Bhatia (Indian-American) and Jack Smith in 1996
- Microsoft acquired Hotmail in 1997 for approximately $400 million
- Hotmail was later rebranded as Outlook.com in 2012
- MIME stands for Multipurpose Internet Mail Extensions; enables attachments and multimedia in email
- The Inbox folder stores all received emails; the Sent folder stores all sent emails
- The Drafts folder stores emails that have been written but not yet sent
- The Spam/Junk folder stores emails automatically identified as unsolicited or suspicious
- The Trash/Deleted Items folder holds deleted emails before permanent deletion
- Spam email is unsolicited bulk email; the first spam email was sent in 1978 by Gary Thuerk
- Phishing email impersonates a legitimate organization to steal credentials or financial information
- Email spoofing forges the sender address to make email appear to come from a trusted source
- HTTPS and TLS encryption secure email in transit between servers and clients
- ProtonMail is an end-to-end encrypted email service based in Switzerland
- Zoho Mail is a professional email service developed by Indian company Zoho Corporation
- The NIC (National Informatics Centre) manages .nic.in email for Indian government employees
- A MX Record (Mail Exchange Record) in DNS specifies which mail server handles email for a domain
- Two-Factor Authentication (2FA) adds extra security to email accounts beyond just a password
- HTML email uses MIME to display formatted content with colors, fonts, and images in the email body
ALSO READ: SSC Computer Complete Batch Internet PPT Slides (LEC #7)
3-Day Study Plan to Master Email for SSC Exams
Since LEC 8 is a focused 29-slide module, you can master it efficiently in 3 days:
Day 1: Email Basics, History, and Address Structure
- Study the definition of email, full form, and Hindi name
- Learn the history: Ray Tomlinson (1971), @ symbol, Hotmail (1996), Gmail (2004)
- Master the email address structure: username @ domain.tld
- Study how email works step by step (SMTP sends, POP3/IMAP receives)
Day 2: Protocols, CC/BCC, Folders, and Email Parts
- Master SMTP vs POP3 vs IMAP: full forms, functions, port numbers, and key differences
- Study CC vs BCC in complete detail; know the Reply All behavior for each
- Learn all email folders: Inbox, Sent, Drafts, Spam, Trash, Archive, Outbox
- Study all parts of an email: From, To, CC, BCC, Subject, Body, Attachment, Signature
Day 3: Email Services, Security, MIME, and Revision
- Study popular email services: Gmail (Google, 2004), Hotmail/Outlook (Microsoft, 1996/Sabeer Bhatia), Rediffmail (India)
- Learn MIME full form, purpose, and role in email attachments
- Study email security: Spam, Phishing, Spoofing, Malware via email
- Revise all email abbreviations from the table in this article
- Solve 20 to 30 email-related SSC previous year questions
(FAQs)
Q1. What is the full form of email?
Email stands for Electronic Mail. It is a system for exchanging digital messages over the internet or other computer networks. In Hindi, it is called ई-मेल or इलेक्ट्रॉनिक डाक. The first email was sent in 1971 by Ray Tomlinson.
Q2. What is the difference between CC and BCC in email?
CC stands for Carbon Copy. When you add someone in CC, they receive a copy of the email and every other recipient (in To and CC) can see their email address. BCC stands for Blind Carbon Copy. When you add someone in BCC, they receive the email but their email address is completely hidden from all other recipients. BCC recipients are also not included when someone clicks Reply All.
Q3. What is the difference between SMTP, POP3, and IMAP?
SMTP (Simple Mail Transfer Protocol, Port 25/587) is used for SENDING emails. POP3 (Post Office Protocol Version 3, Port 110) is used for RECEIVING emails by downloading them to your device, after which they are typically removed from the server. IMAP (Internet Message Access Protocol, Port 143) is also for RECEIVING but keeps emails on the server and synchronizes them across all your devices. IMAP is the modern preferred protocol for most users.
Q4. Who invented email and who introduced the @ symbol?
The first networked email was sent by Ray Tomlinson in 1971 using ARPANET. He is also credited with introducing the @ symbol to separate the username from the host/domain name in email addresses. This @ symbol convention is still universally used in all email addresses today.
Q5. Who founded Gmail and Hotmail?
Gmail was launched by Google on April 1, 2004. It was revolutionary for offering 1 GB of free storage at launch. Hotmail was founded in 1996 by Sabeer Bhatia (an Indian-American entrepreneur) and Jack Smith. Microsoft acquired Hotmail in 1997 for approximately $400 million. Hotmail was later rebranded as Outlook.com in 2012.
Q6. What is MIME in email?
MIME stands for Multipurpose Internet Mail Extensions. It is a standard that extends the basic email format to allow emails to contain non-text content such as file attachments (PDFs, images, documents), HTML formatting, audio, and video. Without MIME, email could only transmit plain ASCII text with no attachments or formatting.
Q7. How many slides are in the Email PPT (LEC 8)?
The E-Mail Complete Batch PPT (LEC 8) contains 29 slides. It is Serial Number 08 of the Complete Foundation Batch for All SSC Exams PPT Series. Despite its compact size, it covers all key email concepts tested in SSC Computer Awareness exams. The file size is just 6 MB.
Q8. What is spam email and how is it different from phishing?
Spam email is unsolicited, unwanted email sent in bulk, usually for advertising, promotional, or fraudulent purposes. The first spam email was sent in 1978 by Gary Thuerk. Phishing email is a more targeted and dangerous type of spam where attackers impersonate a legitimate organization (like a bank, SSC website, or government portal) to trick recipients into revealing their passwords, OTPs, or financial information. All phishing emails are spam, but not all spam emails are phishing.
Conclusion: Email Is Small in Size but Big in Exam Impact
Email (LEC 8) is one of the most efficiently study-able topics in the entire SSC Computer Awareness syllabus. With just 29 slides and a well-structured 3-day study plan, you can achieve near-complete mastery of this chapter and guarantee yourself full marks on any email-related question in SSC CGL, CHSL, MTS, GD, or CPO.
The key to maximum marks in this chapter is precision. Know that SMTP sends and POP3/IMAP receives. Know that CC is visible and BCC is hidden. Know that Ray Tomlinson sent the first email in 1971 and introduced the @. Know that Hotmail was founded by Sabeer Bhatia and acquired by Microsoft. Know that Gmail was launched by Google on April 1, 2004. Know the port numbers: SMTP (25/587), POP3 (110), IMAP (143). Know that MIME enables attachments.
These are not difficult concepts. They are precise facts that reward careful preparation over casual reading. This article, combined with the 29-slide LEC 8 PPT module, gives you everything you need to achieve that precision.
Download the free 6 MB PDF from https://slideshareppt.net/, study it alongside this article, revise the comparison tables and abbreviations list, and practice previous year questions. Email will become one of your fastest and most reliable sources of marks in SSC Computer Awareness.
Complete your preparation by studying all lectures in the series: LEC 1 through LEC 8 cover the entire foundational computer awareness syllabus for SSC exams.


