Header image  
Simple Mail Transfer Protocol  

SMTP - Simple Mail Transfer Protocol

 
 
 
 
 

 

 

 

HELO
MAIL
RCPT
DATA
SEND
SOML
SAML
RSET
VRFY
EXPN
HELP
NOOP
QUIT
TURN

HELO

This command is used to identify the sender-SMTP to the receiver-SMTP. The argument field contains the host name of the sender-SMTP. The receiver-SMTP identifies itself to the sender-SMTP in the connection greeting reply, and in the response to this command.

This command and an OK reply to it confirm that both the sender-SMTP and the receiver-SMTP are in the initial state, that is, there is no transaction in progress and all state tables and buffers are cleared.

Basic SMTP Commands

as defined in RFC #821

RAD University