Email link doesn't work

Hi, I am using a mailto standard HTML link on my website but when clicked it doesn’t work. The code is <a href="mailto:(my mail)"> . My theme is Aspen.

Thanks in advance for any help.

I’ve checked on my Android phone and it does work, but on my computer it doesn’t (Chrome and Safari).

If you put your email address into the link panel in RapidWeaver Classic it will automatically build the mailto link for you, like this:

If you are writing it out in HTML, you can use the following code:

<a href="mailto:someone@example.com">Send email</a>

If you post a link to your live website, we can take a look at the code and see what the issue is.

Hope that helps!