Posted By:
innum_onenu
Posted On:
Friday, September 7, 2001 06:23 AM
I am sending a mail using Javamail API.
The headers I set on the MiMe-Message is only the following
msg.setHeader("Content-Type", textplain);
The Message ID header info. of the sent mail is Message-ID:
<-126716465.999867852806.JavaMail.hari@tslc0074>
It tells the user logged in to the machine and the machine name also. But normally the message ID in other hotmail or yahoo it is just a number.
How to avoid this??