Simple Mail Transfer Protocol
Appearance
smtp
Send mail using telnet
telnet localhost 25 Connect to the server
HELO 6bit.ch Greet the server.
MAIL FROM: [email protected] Set the FROM field
RCPT TO: [email protected] Set the TO field
DATA Enter message, starting with 'Subject:', followed by message body and ending with '.'