mailto link

I have a column of data that has an email address but I want to format it as a mailto link so if they click on the email it will launch whatever email client they have with that link.

I am figuring this is a ‘basic navigation link’ but how do I tell it use ‘mailto:email@whatever.com’?

Thanks in advance

How do I format a link without the server prepending server address to it? I figured out the mail to using the Basic Link but its prepending the server environment information…

Hi
In the Value Binding of your basic navigation link, you will need to prepend “mailto:” to the binding expression in there…
Something like: "mailto:#{row.emailAddress}

hope this helps,
Javier