// The following session passes data directly to the // sendmail deamon running on mailhost. This is only // to illustrate how the protocol works. Ordinarily // some other software implements this SMTP protocol. ssh user@mailhost.sva.edu telnet localhost 25 helo adfasdf.miadfasdf.edu MAIL FROM: RCPT TO:to@some.edu DATA blah blah blah blah . quit ######################################################################## Another way to do this is with the sendmail program: