|
SMTP is short for Simple Mail Transfer Protocol. This protocol
is still used today and is mostly used to send email messages between
servers. SMTP first came into use around the early 1980's and uses
uses TCP port 25. It has become so common that nearly all email
systems and clients use this protocol over the Internet. It's also
compatible with both POP or IMAP, and is commonly used by mail clients
to transfer the data over to the mail server itself.
|