In my HTML <A> tag, I am trying to use Mailto to open outlook and redirect to mail address insted of web page URL as below:
<a href="mailto:email@example.com">Send Email</a>
When click on the link with Mailto, I have noticed that the outlook desktop client is not opend, can you help me to know Why Mailto doesn't open Outlook and how to redirect to email address instead of web page url using HTML to open outlook desktop client on click!