Java attaching multiple inline images and text to Email
I am trying to write a program that constructs an email with 4 components within the body, an image at the top of the body, text below that, a table containing text (yet to do this, not in scope of question), and finally a 2nd image below the text & table. Currently my code is adding only the first MimeBodyPart as an INLINE image, all other MimeBodyParts (including the text) is getting attached to the email as an attachment, opposed to being contained in text within the body. The email is supposed to be saved locally before reviewing to be sent manual.