Avoid email hyperlink

Hi all.
How can I avoid an email shown in a text element to become a hyperlink?

Thank you!

Hi @igoraguiar ! :wave:

There are a few examples on this Stackoverflow thread! From what I've tried, I think your best bet is using a void HTML element within the email:



perfect! thank you!

How can I do this with dynamic data?

Hi @benjick !

We should be able to use string functions like slice in order to add any needed void elements.

Let me know if this works for you!