Existem instruções diferentes para diferentes navegadores aqui .
Como exemplo, isso é para o Chrome e o Opera:
- Inicie uma nova janela do navegador e abra o Gmail
- Abra o console Javascript pressionando Command + Option + J e cole o seguinte:
navigator.registerProtocolHandler("mailto",
"https://mail.google.com/mail/?extsrc=mailto&url=%s", "Gmail");
e um pouco de esclarecimento de mais abaixo na página ...
*After entering CMD+OPT+J, notice to the right of the “x” where you can close out, a series of choices: “Elements, Resources,
Network…etc…Console”. Click the “Console” and paste the code to the
right of the “>” symbol and then close out. Then, as the above
directions show, Gmail will then prompt to accept the confirmation at
the top of the browser window.
Aceite a confirmação na parte superior da janela do navegador e experimente um link mailto
Confira o link, se você estiver usando um navegador diferente.