Hi,
I have an application that sends Email (using UTL_SMTP) based on certain condition. All my message text for the body of the email is stored in a table. Everything works fine as is...
But I want to know how to ADD an hyperlink that would send an email to a person (mailto:) to my text body (in the table) so that when the user receives the Email the hyperlink is active and working?
The following is my table structure and data:

How would I insert the hyperlink function for the circled text in the MSG_LINE in my table?
Thanks in advance,
Marc L