You didn't create a body to your email!On Feb 26, 2010, at 9:34 AM, Susan Day <suzieprogrammer@gmail.com> wrote:I've not done this before. Here's what I did. Please see if this looks correct:[root]# telnet mail.mydomain.com 25Trying 209.216.9.56...Connected to mail.mydomain.com.Escape character is '^]'.220 mail.mydomain.com ESMTPHELO mail.mydomain.comMAIL FROM suzie@mydomain.com250 okRCPT TO suzieprogrammer@gmail.com250 okDATA testing354 go ahead.250 ok 1267194591 qp 11432quitConnection closed by foreign host.[root]#The proper way to send an email through SMTP is:DATA354 go aheadFrom: "Susan Day" <suzie@mydomain.com>To: "Susan Day" <susieprogrammer@gmail.com>Subject: TestThis is a test only a test..250 ok 1267194591 qp 11432quit