Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sending HTML email (APEX 24.1.1)

VS121Oct 23 2024

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.

  1. Using the SEND_EMAIL type in processing gives me a “Substituting items of Session state data type CLOB is not supported.”

  2. 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.

Comments
Post Details
Added on Oct 23 2024
1 comment
323 views