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:

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

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