Is it possible to change the Content-type field of a mail
arun mahajan
Ranch Hand
Joined: Dec 07, 2001
Posts: 304
posted
0
Hello Everybody, is it possible to change the Content-type field of a mail. I need to achieve the following syntax int the mail: Content-Type: multipart/related; type="application/smil"; boundary="----=_Part_1_-1139278556.1057020136265"
I was trying the following code:
Though it sends the mail but it never gives me the boundary parameter there. Am I doing something wrong. Is there any way of achievng this? regards, Arun
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
Not a clue. If no one can help out with this by tomorrow, I will move it to the "Other APIs forum" (since you are using the JavaMail API) and see if someone over there can help.
"JavaRanch, where the deer and the Certified play" - David O'Meara
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Is it possible to change the Content-type field of a mail