Hi Experts,
I need to display the URL in mail form, URL is populating dynamically and comes to mail form as one of context node attribute.
so I tried to add this to mail form body as one of parameter but it always displays as text instead of hyder link, if I forward the same to myself or others then only it displayed as URL, so how we can avoid this? ( actually same needs to work for lotus notes also.)
One more requirement is I need to make this URL as hyper link, so I tried to populate this attribute with value as shown below, then due to property of displaying as text, so it displayed as text instead of hyper link, same code is works fine in HTML Editor, so how we can avoid this?
Also attached mail from config pic for reference...
<html>
<P>
<A href=www.google.com>Task</A>
</P>
</html>
Thanks,
Vij