From LinuxIntro
[edit] You do not want to receive spam
[edit] You do not want to accidentially be a spammer
[edit] Relay testing
[edit] Web site
[edit] Do it yourself
telnet servername 25
ehlo domain
mail from:user@domain
rcpt to:other-user@other-domain
data
This is a test eMail.
.