Difference between revisions of "SMTP"

From Market Ruler Help
Jump to: navigation, search
Line 1: Line 1:
 
''Acronym''. '''S'''imple '''M'''ail '''T'''ransfer '''P'''rotocol.
 
''Acronym''. '''S'''imple '''M'''ail '''T'''ransfer '''P'''rotocol.
  
'''Simple Mail Transfer Protocol (SMTP)''' is an Internet standard for email transmission. It is a connection-oriented, text-based protocol in which a mail sender communicates with a mail receiver by issuing command strings and supplying data over a reliable ordered data stream channel, typically a Transmission Control Protocol (TCP) connection.  
+
'''Simple Mail Transfer Protocol (SMTP)''' is an Internet standard for email transmission. It is a connection-oriented, text-based protocol in which a mail sender communicates with a mail receiver by issuing command strings and supplying data over a reliable ordered data stream channel, typically a Transmission Control Protocol (TCP) connection. Per Wikipedia, an SMTP session consists of commands originated by an '''SMTP''' client (the initiating agent, sender, or transmitter) and corresponding responses from the '''SMTP''' server (the listening agent, or receiver) so that the session is opened, and session parameters are exchanged.
 +
 
 +
===For more information, see:===
 +
* [https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol Simple Mail Transfer Protocol] on Wikipedia
  
  

Revision as of 18:46, 22 March 2019

Acronym. Simple Mail Transfer Protocol.

Simple Mail Transfer Protocol (SMTP) is an Internet standard for email transmission. It is a connection-oriented, text-based protocol in which a mail sender communicates with a mail receiver by issuing command strings and supplying data over a reliable ordered data stream channel, typically a Transmission Control Protocol (TCP) connection. Per Wikipedia, an SMTP session consists of commands originated by an SMTP client (the initiating agent, sender, or transmitter) and corresponding responses from the SMTP server (the listening agent, or receiver) so that the session is opened, and session parameters are exchanged.

For more information, see: