Close
jGuru Forums
Posted By: diger_qiu Posted On: Wednesday, July 17, 2002 08:54 PM
I have set a body.jsp to display the content of a html mail. but the images in this mail can't be displayed. i don't know how to solve this problem. [jsp:useBean id="msginfo" scope="session" class="MessageInfo" /] [%= msginfo.getBody()%] it can display the content of the mail, but the images in the attachment can't display. because the ref of image is just the CID. how to solve this problem in javamail? Thanks.
Re: How to list image in a html mail
Posted By: John_Zukowski Posted On: Wednesday, July 17, 2002 11:28 PM