Duh. Problem solved.
Did not realize the the To: and From: was considered part of the Memo
Header. By using:
HELO
MAIL FROM: [EMAIL PROTECTED]
RCPT TO: [EMAIL PROTECTED]
DATA
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: Testing
this is the data
.
QUIT
It works. Note that the body text needed to be separated from the rest of
the data by a CRLF.
Thanks for the help.
Regards.
----- Original Message -----
From: David Gregg <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 10, 1999 4:10 PM
Subject: Re: [IMail Forum] Communicating with iMail via Java
> To properly assist you, please post what you are sending to the SMTP
> including the HELO, DATA, commands, etc...
>
> -----Original Message-----
> From: Matthew Schultz <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Friday, December 10, 1999 12:10 PM
> Subject: [IMail Forum] Communicating with iMail via Java
>
>
> >Hi all,
> >
> >Still having problems sending proper mail from a Java app via iMail.
After
> >downloading the SMTP RFC, I have determined that I am sending correct and
> >properly formatted information.
> >
> >To review... mail comes through with no "To" address.
> >
> >I have tested the code with several other mail servers, including Stalker
> (a
> >freeware package for Macintosh), and the messages come through as
intended.
> >
> >If there are any programmers out there, I would greatly appreciate any
> >information you might have on sending messages via iMail when you need to
> >communicate directly to the server.
> >
> >Thank you
> >
> >Please visit http://www.ipswitch.com/support/mailing-lists.html
> >to be removed from this list.
> >
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.