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!

How to email a chart image inline rather than attachment ?

sus2013Sep 1 2013 — edited Sep 5 2013

Hi

Using Oracle PL/SQL (11gR2 and APEX4.2),  Is there a way to email users an embedded chart in the email body rather than attachment ?

Currrently I am able to do the following,

  • use <img src = ...>  tag to specify the reference to the image file in the email HTML body, BUT user cannot see the image if they don't have permission to the file folder.
    or
  • send an email to users with the attached image file, BUT user perfers to view the image in the email body as well.

So I would like to know whether it is possible to show the image inline ( in the email body ) to the user by referencing the attached image file ??

Thanks for your advice.

Sus

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2013
Added on Sep 1 2013
8 comments
4,601 views