Hi Gurus,
I am sending confirmation email after generation of report.
I have a requirement where I need to rename a hyperlink (some URL) to some user friendly text which should redirect to that URL if recipient clicks it.
Is there a way to rename hyperlink in email we sent via cognos scheduler?
HTML tags below can be used to rename url however just adding HTML on email won't work.
Is there any workaround?
<!DOCTYPE html>
<html>
<body>
<h1>The a target attribute</h1>
<p>Open link in a new window or tab: <a href="https://www.w3schools.com" target="_blank">Visit W3Schools!</a></p>
</body>
</html>
Thanks!