Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016)
SMTP
       Simple Mail Transfer Protocol (RFC 821, TCP/IP)
       

2. The Free On-line Dictionary of Computing (30 December 2018)
Simple Mail Transfer Protocol
SMTP

    (SMTP) A protocol defined in STD 10, RFC
   821, used to transfer electronic mail between computers,
   usually over Ethernet.  It is a server to server protocol,
   so other protocols are used to access the messages.  The SMTP
   dialog usually happens in the background under the control of
   the message transfer agent, e.g. sendmail but it is
   possible to interact with an SMTP server using telnet to
   connect to the normal SMTP port, 25.  E.g.

   	telnet mhs-relay.ac.uk 25

   You should normally start by identifying the local host:

   	HELO wombat.doc.ic.ac.uk

   You can then issue commands to verify an address or expand an
   alias:

   	VRFY [email protected]
   	VRFY postmaster

   or expand a mailing list:

   	EXPN c-help

   You can even send a message:

   	MAIL From:
   	RCPT To:
   	DATA
   	What is the point?
   	.
   	QUIT

   This is useful if you want to find out exactly what is
   happening to your message at a certain point.

   See also Post Office Protocol, RFC 822, sendmail.

   (1995-10-17)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy