[EMAIL PROTECTED] writes:
> Test.recieve works to I enter data, and then I get
>  220 kerryb.basicq.com ESMTP
> helo dude
> 250 kerryb.basicq.com
> mail [EMAIL PROTECTED]
> 250 ok
> data
> 503 RCPT first (#5.5.1)
> 
> If I enter data, I get the following message.
> 502 unimplemented (#5.5.1)

"503 RCPT first".  You're not speaking SMTP correctly.  You need to
start with `MAIL FROM: <sender@somewhere>', then
`RCPT TO: <destination@somewhere>', then DATA.  Read RFC 821 for
details.


paul

Reply via email to