Search code examples
jakarta-mailmessageemail-attachments

Java Mail: How to add a Message inside another message


I need to add a message as an email attachment to another message(MimeMessage) in java mail. Both parent and attachment messages are created on the fly. I couldn't get any references of how to do this. Can somebody give a pointer?


Solution

  • From the JavaMail FAQ: