What is an SMTP envelope?

About

SMTP borrows the postal term envelope, ie the email message is put in an envelope that nobody can see.

The envelope is defined during a SMTP transaction by the commands:

  • MAIL: that define the sender address (not the from address from the message)
  • RCP: that defines the recipient addresses
  • DATA or BDAT: that defines the message

The envelope is delivered once the SMTP server has received it.





Discover More
How to send an email at the command line with SMTP? Email transaction explained

This page is a how-to that describes how you can transport an email to a SMTP server at the command line using the SMTP protocol for further delivery It will show you the inner mechanisms of SMTP. Below...
What is a Bounce Email and how it works?

When an email is rejected by an smtp email server, an email is returned that is called a bounce email. When an SMTP server can't deliver a message to a mailbox, a bounce message is returned to the original...
What is a SMTP delivery?

Once a SMTP server received a envelope (ie message, sender and recipient), it will deliver it. There are two types of delivery: local delivery: The SMTP server is responsible for your domain email....
What is an SMTP reception?

SMTP has two sides, sending and receiving, this article is all about how to receive
What is the Email sender? (MAIL FROM, Envelop Sender, Bounce Address)

The sender is an envelope email address (mailbox) that: indicates where the message came from receives problems delivering the message (Undeliverable message notices/bounce) is set during a SMTP...



Share this page:
Follow us:
Task Runner