Hi Everyone, I am able to send the mail but the mail is comming as a text/plain message whereas actually it is complete html code. I know I should set the content type as text/html but dont know where is the ContentType class or the MIME header class. I saw the java.net package and in that the ContentHandler class, but this has a getContent() which takes a URL as parameter. So its of no help as such. Can you let me know how do I resolve this problem Thanks Kajol
Omar IRAQI
Ranch Hand
Joined: Jul 06, 2001
Posts: 54
posted
0
Kajol, The only one difference between plain text and html is the way it is interpreted, unless you tell me that the html tags disappear en route (which is impossible). Regards
Omar IRAQI Houssaini
Kajol Shroff
Ranch Hand
Joined: Dec 04, 2000
Posts: 160
posted
0
Hi Omar, I didnt get u? See its not dissapearing. I want to know where do I insert the ContentType. Which package should I import and which class. Thanks, Kajol [ July 02, 2002: Message edited by: Kajol Shroff ]