Skip to Main Content

SQL & PL/SQL

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 emails with inline image that is stored in database

10301May 1 2007 — edited May 1 2007
Hello, we have procedures working great - using utl_smtp that are sending html formatted emails that include inline (not attached) images. We are starting to store these images in the database, so I'd like to change our mail procedures to select these image blob columns out of the database, and write them out into the body of the email. I know it must be similar to the code we use on our PSP applications using the HTP and DBMS_LOB packages - to display the iamges on the web pages.

thanks in advance!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2007
Added on May 1 2007
5 comments
766 views