Some basic command tables for the SMTP protocol

Source: Internet
Author: User

Main reference content source URL: http://www.douban.com/group/topic/3573815/

???? When testing the mail server, you need to use the SMTP protocol to log on to the server side, e-mail sent to test to verify that the e-mail server is configured correctly. The following paragraph is an example of sending a short email using the telnet login mail server:

#telnet localhost smtp#mail from:[email protected]#rcpt to:[email protected]#dataHi, Bob!        This is test email!.#quit

???? In the above code block, mail from, RCPT to, data, and quit are all SMTP directives. The basic SMTP instruction set is as follows:

Command function
HELO Identify user identities to the server
MAIL from: Message transfer Source Address
RCPT to: Indicates the recipient of the message.
DATA You will enter the message body
Vrdy Used to verify that a user/message exists (This command is often forbidden)
EXPN Verify that the mailbox list is present (This command is often forbidden)
Help See what commands the server supports
NOOP No action, server response OK
QUIT End the answer.
RSET Reset the reply, the current transfer is canceled

Some basic command tables for the SMTP protocol

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.