Hi All,
I have to send a hyperlink in email body but it should be unclickable(plain text) when the receiver receives the email.
I tried the suggestions given in the following post, but it didn't help:
https://www.outsystems.com/forums/discussion/88194/how-to-make-a-hyperlink-as-non-clickable-in-email-body-reactive/
Appreciate if someone can share a solution if they have already done this , or please post if you have any ideas to achieve this!
Hi Dhiviya,
Please try the below extended property, I have checked it is working fine for me.
Thanks,Vignesh Prakash.
Hi,
I added the attribute to the link and also set the RedirectToUrl as "" , still I am receiving the text as link in email.
Hi.
Would styling it as a link but make it just an expression fulfill your use case?
I tried to keep the URL as text as well as expression in the email template , but once the receiver receives the email, it is appearing as link.
I am saying, instead of using a link just use a normal text, and style the text as an link, like changing its color to blue.
Hi, I tried using normal text and it turns into link after the receiver receives the email.
Also I don't want to style the text as link , I want to send as text only.
Can you please share some screenshots.
To make a hyperlink unclickable in the body of an email, you can simply paste it as regular text, without using the `<a>` tag. Instead of inserting the link using HTML, just write the URL in plain text without any HTML tags. For example, instead of `<a href="https://www.example.com">https://www.example.com</a>`, simply write `https://www.example.com`. This way, the recipient will see the link as plain text and cannot be clicked.