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!

MAIL TO Hyperlink in Email

MarcLafMay 6 2019 — edited May 7 2019

Hi,

I have an application that sends emails (using UTL_SMTP) when the user commits the data. The Email's information (From, To, CC, Subject and BODY) are stored in a table. The logic to create and send the email is coded in a package.

Here's the email:

pastedImage_0.png

The data stored in my table for the last line of the email is:

pastedImage_1.png

Why do I get the HTML code ('<A HREF and /a>) written on my email???

How can I save it in the table in order NOT TO GET the HTML printed on the email?

Thanks in advance,

Marc L

Comments
Post Details
Added on May 6 2019
4 comments
1,193 views