Email Address Linking

Permalink
I am building an intranet and would like email address to be linked and open a desktop email client. Is this built in or something that requires programming?

Thanks,
Spencer

SpencerC
 
ijessup replied on at Permalink Best Answer Reply
ijessup
There are many parts to c5, nothing explicitly has this functionality built into it, that I know of.

To make an email link, use the prefix mailto: before the email address.

Example:
<a href="mailto:username@mailbox.com">Email Me!</a>


However, you could also just use c5's built in private messaging system.
SpencerC replied on at Permalink Reply
SpencerC
Can I say "duh", forgot that one... Well, I did tell the client I do very little programming.

Thanks!

Spencer