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!