Multiple Attachment problem
Hi allcan any tell how to do multiple attachment coding in javamail,and after that when forwarding a mail how can i get attached files in JSP from servlet again.Pls do help..
[195 byte] By [
sreee20a] at [2007-11-26 19:23:26]

# 1
To create multiple attachments, take the code that creates one attachmentand repeat it multiple times. Each attachment gets its own MimeBodyPart,with its own content, added to the same MimeMultipart.I don't understand your second problem.