Example
Here is an example of anServer: 220 example.com Client: HELO example.net Server: 250 Hello example.net, pleased to meet you Client: MAIL FROM:Server: 250 jane.doe@example.net... Sender ok Client: RCPT TO: Server: 250 john.doe@example.com ... Recipient ok Client: DATA Server: 354 Enter mail, end with "." on a line by itself Client: Do you like ketchup? Client: How about pickles? Client: . Server: 250 Message accepted for delivery Client: QUIT Server: 221 example.com closing connection
See also