Sending html emails with inline image that is stored in database
10301May 1 2007 — edited May 1 2007Hello, 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!!