54
Views
4
Comments
how to make a hyperlink as non clickable in Email body (reactive)

In email I need to use a hyperlink which is to make the link non clickable. I used "pointer-events:none" class but the css is not supported. Is any other way to solve this.

2018-06-05 16-54-03
Maria da Graça Peixoto

Hi!

The most sure is not have a the hiperlink, when it should not be clickable.

use a "if" and use a "expression" instead of the "link" when you don't want the link active.   

Remember that once the email is received by the recipient/s you no longer has control over what the receiver does. 

Regards

Graça

2022-04-25 10-23-04
edTheEngineer

Hi. 

Would styling it as a link but make it just an expression fulfill your use case? 



2024-09-12 02-43-38
Deepsagar Dubey

Hi @Hari Haran 

Try to use this way, it'll put inline CSS and inline CSS work in email.

I hope it'll help you,

Thanks
Deep

2023-01-05 15-10-23
Pramod Prakash Ghogare

Why you are using it as a LINK just add it as regular text and give a blue color using style. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.