Hello,
I have a stream loaded with HTML that I got from an export. I can take this html from the stream in a byte[] (is there any other way?), and I want to write this byte[] to a html mail body.
The reason to do this is that I want to export a report to html, and use this data in the body of the mail, instead of exporting it to pdf and send it as an attachment.
Hope it's clear enough, let me know if I need to add something.
Thanks