Simple Mail Transport Protocol (SMTP) : Rituraj Ramteke Bbi 4 Year BI-35
Simple Mail Transport Protocol (SMTP) : Rituraj Ramteke Bbi 4 Year BI-35
PRESENTED BY:
OVERVIEW
INTRODUCTION
COMMANDS AND RESPONSES MAIL TRANSFER PHASES
INTRODUCTION
The mail transfer is done through message transfer agents (MTAs). The formal protocol that defines the MTA client and server in the Internet is called Simple Mail Transfer Protocol (SMTP). SMTP defines how messages and electronic mails must be sent and received. SMTP uses Commands and Responses to transfer messages between an MTA client and server.
CONTD:
COMMANDS
Commands are sent from the client to the server. SMTP defines some commands : KEYWORDS HELLO MAIL FROM RCPT TO DATA QUIT RSET VRFY Name of recipient ARGUMENTS Senders host name Sender of the message Recipient Body KEYWORDS NOOP TURN EXPN HELP SEND FROM SMOL FROM SMAL FROM Mailing list to be expended Command name Intended recipient Intended recipient Intended recipient ARGUMENTS
RESPONSES
Responses are sent from the server to the client.
II. 3yz (POSITIVE INTERMEDIATE REPLY) III. 4yz (TRANSIENT NEGATIVE REPLY) IV. 5yz (PERMANENT NEGATIVE COMPLETION REPLY)
CONNECTION ESTABLISHMENT
MESSAGE TRANSFER
CONNECTION TERMINATION
THANK YOU