Hi,
I have a page with Rich text editor to send email to contact and save the contents to database. The email body is a CLOB in db.

-
Using the SEND_EMAIL type in processing gives me a “Substituting items of Session state data type CLOB is not supported.”
-
Assuming that CLOB is not supported, I then wrote a process using APEX_MAIL.SEND and passing the email body to the procedure in both p_body and p_body_html. However the email is received as a simple text message.

Thank you and appreciate your inputs on this.