I want to know is there any way to get any machine's default email client?
In chrome when I click on a link with the mailto attribute, it opens with Gmail compose mail(not with machine's default email client).
But I want it to open that link with that machine's default email client.
E.g.
mailto:[email protected]?..... // all parameters
Is there any extra parameter I need to pass on that link?
Can anyone tell me how I can achieve this?