What I want to do is attach one or several PDFs to an e-mail.
I am currently using MimeMessage
to send emails which works flawlessly. The problem however is that I have no idea how to attach files. (More specifically PDFs I create using itext).
Any examples or tips are appreciated!
This reading ("How to create an in-memory PDF report and send as an email attachment using iText and Java") should help you