How Email Works

This topic provides a high-level description of how email works, including the mechanics and infrastructure of how email messages are delivered to their intended recipients.

Terminology

This section explains some of the common acronyms and terminology used when discussing email message and infrastructure.

Email Address

A valid email address must follow the following syntax: username@domain.ext. During the data import process, Messaging will identify email addresses with an invalid syntax, and remove them from the import. For more information on the steps Messaging takes to process email addresses, please see Email Validation and Cleansing Options.

An email address consists of two critical pieces of information -- the user and the domain. The username portion consists of everything before the @ sign, and represents the individual mailbox, or recipient. The domain portion consists of everything after the @ sign, and indicates the Internet Service Provider (like Yahoo or Gmail), or an entity such as a business or a school or an organization. In postal mail terms, you could think of the domain as the ZIP code, and the username as the street address. The domain is intended to be human-readable representation of a physical IP address, and the username represents an individual account at that IP address.

Process

The following diagram depicts a typical process for sending an email message from one individual to another.

  1. The sender writes the email message in his or her email client software, indicates the recipient's email address, and sends the message.

  2. The message (and any attachments) is sent via SMTP to the outbound SMTP server.

  3. The SMTP server looks up the recipient's domain with a Domain Name Server, in an attempt to identify the physical address for the recipient's email exchange server.

  4. The SMTP server sends the message (and any attachments) via SMTP to the recipient's inbound mail exchange server, or Mail Transfer Agent (MTA).

  5. The MTA puts the message in the recipient's inbox.

  6. The recipient access the message, and downloads it to his or her local client software.

Back to Getting Started with Messaging