Mail to Link in CAF

Hi All,
I need to generate a mail to link for an email id in CAF.
I tried using a basic navigation link and setting the HREF with email. But this did not work.

Please help me in finding a solution for this.
Any solution using Javascript is also ok.

Thanks,
Sravan

You should be able to use a simple link output control.
The value for the control should be something like: mailto:email@company
The label should be the display text.

Hope this helps.
–mark