I'm trying to create a mailto link in an email page and it looks like it renders properly in the HTML, but when you click the link, it takes you to a Page Not Found error. Is there any trick to get this to work?
Here is what I tried using:
Please contact [Support](mailto:email@address.com) for assistance.This renders in the HTML as:
Please contact <a href="mailto:email@address.com">Support</a> for assistance.
which looks correct to me, but the link takes you to a page not found message.