Comments
| HTML with Embedded Images from PL/SQL - Use PL/SQL to create HTML with embedded images. |
Learco Brizzi said... Nice post. I didn't knew you could embed a base64 encoded image directly into the img tag.Regards, Learco |
TWS said... Thank you for this. I wanted to add that it may be a better idea to embed the image into the email header, using a multipart/related mime. Then link the image to the html via CID: img tags in the html. You embed each image only once (in header), and can reference many times in main html.IMG tag like:
Header uses: Content-ID: |
Vinicius said... Good article !We must remember that it only works in IE 8+ Regards |
DO NOT ask technical questions here, that's what my forum is for!
These comments should relate to the contents of a specific article. Constructive criticism is good. Advertising and offensive comments are bad and will be deleted!
