LOGO Print in Email Body
Hi All,
I need to achieve the attached document through Oracle Package. This needs to be sent in Email format with all the information in the body of the email.
I am using UTL Logic to achieve this functionality. Please let me know how can i attach the logo to the email body.
UTL_MAIL.SEND (sender => test@xxx.com, recipients => test@abc.com, cc => test@zzz.com , bcc => test@yyy.com , subject => l_Subject, MESSAGE => v_mail_text, mime_type => l_mime_type, priority => 1);
--------------------------------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production