On Wed, Aug 01, 2001 at 04:15:55PM -0300, Daniel Abad wrote:
> Ok, I telnet at 25 and compose a message, with mail from: , rcpt to: anda
> data (.....) . 
> 
> When I received this from my Outlook or Webmail, the message is empty! Only
> the time appears!.... 
> 
> Tks.
> 
> Daniel

Please learn to speak SMTP -- you're not sending any To or From headers,
just envelope-from and envelope-to. A proper conversation reads a little
like this, for your side of it:

HELO example.com
MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>
DATA
From: Joe Blow <[EMAIL PROTECTED]>
To: Jim Blow <[EMAIL PROTECTED]>
Subject: Testing my SMTP

This is a test.

.



That will do what you're expecting.

GW

Reply via email to