On Fri, Feb 26, 2010 at 11:22 AM, Ross Walker <rswwal...@gmail.com> wrote:

> On Feb 26, 2010, at 9:34 AM, Susan Day <suzieprogram...@gmail.com> wrote:
>
>
> I've not done this before. Here's what I did. Please see if this looks
> correct:
>
> [root]# telnet <http://mail.mydomain.com>mail.mydomain.com 25
> Trying 209.216.9.56...
> Connected to <http://mail.mydomain.com>mail.mydomain.com.
> Escape character is '^]'.
> 220 <http://mail.mydomain.com>mail.mydomain.com ESMTP
> HELO <http://mail.mydomain.com>mail.mydomain.com
> 250 <http://mail.mydomain.com>mail.mydomain.com
> MAIL FROM <su...@mydomain.com>su...@mydomain.com
> 250 ok
> RCPT TO <suzieprogram...@gmail.com>suzieprogram...@gmail.com
> 250 ok
> DATA testing
> 354 go ahead
> .
> 250 ok 1267194591 qp 11432
> quit
> 221 <http://mail.mydomain.com>mail.mydomain.com
> Connection closed by foreign host.
> [root]#
>
>
> You didn't create a body to your email!
>
> The proper way to send an email through SMTP is:
>
> DATA
> 354 go ahead
> From: "Susan Day" <su...@mydomain.com>
> To: "Susan Day" <susieprogram...@gmail.com>
> Subject: Test
>
> This is a test only a test.
> .
> 250 ok 1267194591 qp 11432
> quit
>

Well I tried again and no it didn't come through.
TIA,
Susan
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to