The Structure of SMTP Protocol

The structure of the Simple Mail Transfer Protocol (SMTP) revolves around sending email to your Internet Service Provider's (ISP) mail server. The mail server transfers it to another mail server until it reaches the intended recipient. This basic mechanism of relaying your email from one mail server to another is what makes SMTP a straightforward process.

  1. Simple Mail Transfer Protocol

    • An analogy for SMTP is how gossip is relayed from person to person until it reaches the person being gossiped about. Several ways of relaying the message happens, from a dinner conversation to coffee talks and phone conversations and text messages, but the gossip continues to be passed on. SMTP works similar to that, albeit with a few mechanisms to ensure that the original message being sent to the recipient remains intact. The relaying of messages is also done between mail servers. This is where mail transfers occur, where the email "hops" from one mail server to another.

    Email Relay Structure

    • The structure on how email is relayed begins in your computer, which is the Mail User Agent (MUA). When you send an email, the MUA establishes a connection to your mail server through SMTP's port 25. The mail server is called your Mail Submission Agent (MSA). Your mail server sends an acknowledgement to your computer saying that it is received and proceeds to check where it can route your email. Mail servers, like Exchange Servers, have connectors, which makes them both a Mail Submission Agent and a Mail Transfer Agent (MTA).

      As a MTA, your mail server relays your message to the Internet, where the domain name of the email address you are sending to will be matched to a domain name in the Internet. If you're sending to someone with an address someone@example.com, then the MTA will locate the domain name example.com and relay your email to example.com's mail server. Example.com's mail server is the Mail Delivery Agent (MDA), which is responsible for sending it to your intended recipient.

    How MTAs Route Emails.

    • MTAs know where to send your email through the recipient's email address. An email address like someone@example.com is part of the domain example.com. This domain has a server that contains a Mail Exchange record (MX record), which contains the IP addresses that identifies example.com. By identifying the domain, MTAs find the shortest possible route to relay your email.

    Open Relay

    • The mechanism of SMTP relay had its drawback. Mail servers were initially configured before to accept any emails from any computer. ISPs are usually assigned a range of IP addresses it can lease to users. Before the rise of spam, anyone can use an ISP's mail server to send email even if the IP address does not belong to the ISP. This led to mail servers being "accused" of sending spam because the emails were traced to them even though they were just "used" by an IP address that's not local to them. To prevent this open relaying, mechanisms of authentication were made to ensure that only IP addresses local to the ISP can relay emails to the mail server.

    Non-Delivery Report

    • SMTP have authentication and acknowledgement methods that ensure your email is received by the recipient. Usually, your MTAs send acknowledgement with each other to say that this email could possibly be in this domain based on the email address. when a MTA sends the email to the MDA and the MDA realizes that someone@example.com does not exist, the acknowledgement it sends back to the MTA is a Non-Delivery Report (NDR). NDR is relayed back from one MTA to another until it reaches your mailbox.

Related Searches:

References

Comments

You May Also Like

  • Define SMTP Host

    SMTP stands for Simple Mail Transfer Protocol. The SMTP server you use accepts any email you send and relays it to other...

  • What Is SMTP Protocol?

    SMTP is the acronym for Simple Mail Transfer Protocol. An Internet protocol is a standard that is set by a network working...

  • How to Find My Isp's SMTP Mail Server

    When sending or receiving email, it is often required to have your ISP's (Internet service provider) SMTP (short mail transfer protocol) server...

  • How to Create Your Own Email SMTP

    Often it is necessary or desirable to operate your own SMTP (Simple Mail Transfer Protocol) server for sending email. This can be...

  • Email Address Structure

    An email address is designed to show the basic information of the sender or receiver. Each part gives specific to general information,...

  • What Is the SMTP Server on Windows Vista?

    Simple Mail Transfer Protocol (SMTP) provides Vista computers with a configured outgoing mail server. The SMTP protocol is a standard on the...

  • SMTP Authentication Protocol

    The Simple Mail Transfer Protocol or SMTP is the most widely used electronic mail transfer system in the world. An addition to...

  • Protocols for Data Communications

    Protocols for Data Communications. Protocols are standards and rules that allow computers to "talk" to each other--to send and receive messages over...

  • What Is a SMTP Host?

    SMTP hosts are used to help deliver email across the Internet. At the same time, SMTP servers have to be configured properly...

  • How to Relay SMTP From Yahoo Business

    Relaying simple mail transfer protocol, or SMTP, allows you to send emails using your preferred email host, such as Yahoo!, but to...

  • How to Understand SMTP Protocol

    SMTP (or simple mail transfer protocol) is an Internet standard for the transmission of electronic mail (email) across networks. You typically see...

  • What Is Mail SMTP Host?

    "SMTP" stands for "Simple Mail Transfer Protocol." It is a system for transferring email from one computer to another over the Internet....

  • Business Email Structure

    Email is fast and convenient. In a click of a button, this type of virtual communication allows employees to engage in discussions...

  • The Disadvantages of Direct Mail Advertising

    Marketing professionals have touted direct mail to be the top promotional staple for target marketing. However, the tides are changing and companies...

  • Email Migration Tools for Web Servers

    Email Migration Tools for Web Servers. Email migration consists of many tasks including data migration, training, change management, hardware updates and licensing....

Related Ads

Featured