Hello,
I'm writing a Java App that, upon finishing its tasks, sends an email to
someone stating that it's done. I create a socket that connects directly to
the imail server, and then I'm doing something similar to this:
--- snip ---
HELO
MAIL FROM [EMAIL PROTECTED]
RCPT TO [EMAIL PROTECTED]
DATA
Subject: Test
This is just a test message. No SPAM!
.
QUIT
--- snip ---
The problem is that when I receive the mail (I do receive the mail), the To:
field and the From: field are BLANK. Wondering if there is information the
server is expecting that I'm leaving out. BTW, when tested with the
Mindspring mail server, this code works properly.
Thanks.
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.