Re: How Do I Display E-mail Containing HTML Image ?
Posted By:
Anonymous
Posted On:
Monday, August 29, 2005 12:49 AM
If you are using jsp or servlet you don't have to worry
about displaying images . just get the image from Message
and put it in the web(build's) folder some where of your
servers hard disk .
and replace cid key in IMG tag
IMG src="cid:006a01c59bd4a4c00a8c0@dc72"
By relative path of stored image
IMG src="./image"
And let the browser load it .
Re: How Do I Display E-mail Containing HTML Image ?
Posted By:
Anonymous
Posted On:
Thursday, July 21, 2005 05:36 AM
Hi
U can change the mime type as text/html rather than text/plain ...
this can render HTML elements..
Regards
Kalyan