mailto link is not working in Chrome Browser (Version :18.0.1025.152 m)

google-chrome, html

Solution

This is because chrome handles the mailto in different way. You can got to `chrome://settings/handlers` and make sure that which is the default handler. In your case it will be none. Now go to gmail.com. You should see something like this when you click on the button beside the bookmark button.

If you wish to open all email links through gmail then set use gmail. Now when you click on mailto button, chrome will automatically opens in gmail.

Problem

mailto link is not working in Google Chrome browser (Ver:18.0.1025.152 m) ``` <a href="mailto:someone@example.com?cc=someoneelse@example.com&bcc=andsomeoneelse@example.com&subject=Summer%20Party&body=You%20are%20invited%20to%20a%20big%20summer%20party!">Send mail!</a> ``` I used the above code in ff and chrome. It works fine in ff but not in chrome And you can test this link also. I think it is problem with chrome settings. Anyone know how to change settings?

Original source