Hi everybody, I hope all of you are good, fine, and happy.
Working with Apex 23.2.
Problem: I have a Word document saved as HTML, and it contains several embedded images.
I need to send this document as an email, that is, when people open the email, they must see the document and the images like part of the document.
Sending text emails in PL/SQL is not a problem for me, but I'm not sure how to manage this. I know I need to upload it to a table like a blob, then send it. This last step, I'm not sure how to face.
Any directions that can guide me in this?
Thanks in advance.
Regards Jose.