What is Email
What is Email

What is Email?

Email, commonly abbreviated as “email”,

is a means of communication that uses electronic devices to deliver messages across computer networks.

“Email” refers to both the delivery system and the individual messages that are sent and received.

Email has existed in some form since the 1970s,

when programmer Ray Tomlinson devised a method of transferring messages between computer systems

on the Advanced Research Projects Agency Network (ARPANET).

Modern forms of email became widely available for public use,

with the development of email client software (such as Outlook) and web browsers,

the latter of which allow users to send and receive messages over the internet,

using web-based email clients (such as Gmail).

Today,

email is one of the most common forms of digital communication.

Its widespread use and security vulnerabilities also make it an attractive vector for cyberattacks

such as phishing, domain spoofing, and Business Email Compromise (BEC).

 

How Does Email Work?

Email messages are sent from software programs and web browsers,

collectively referred to as “email clients”. Individual messages are routed

through multiple servers before reaching the recipient’s email server,

similar to the way a traditional letter might travel through many post offices

before arriving at the recipient’s mailbox.

Once an email is sent, it follows several steps to reach its final destination:

    1. The sender’s mail server, also called a Mail Transfer Agent (MTA), initiates a Simple Mail Transfer Protocol (SMTP) connection.
    2. SMTP checks the email envelope data – the text that tells the server where to send the message – for the recipient’s email address, then uses the Domain Name System (DNS) to translate the domain name into an IP address.
    3. SMTP looks for the Mail Exchange (MX) server associated with the recipient’s domain name. If one is found, the email is forwarded to the recipient’s mail server.
    4. The email is stored on the recipient’s mail server and can be accessed via Post Office Protocol (POP)* or Internet Message Access Protocol (IMAP). These two protocols work slightly differently: POP downloads the email to the recipient’s device and deletes it from the mail server, while IMAP stores the email within the email client, allowing the recipient to access it from any connected device.