Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 + Chrome and broken mailto links

I can't get chrome on windows 8 to open mailto links. They work fine in IE, and they work fine in chrome if the mailto is handled by a website (such as gmail), but I can't get it to work if Outlook is set to handle the uri.

Has anyone else faced this issue?

like image 861
Ross Dargan Avatar asked Mar 19 '12 14:03

Ross Dargan


People also ask

Why are mailto links not working on Chrome?

Log in to your email account (it's a required step to edit settings). Choose “Mail” from the menu and then “Preferences”. Change the default client in the first dropdown list. If you want Chrome and Gmail to open mailto links for you by default, make sure Google Chrome is picked as the default client on either OS.

How do I enable mailto in Chrome?

Google ChromeOpen Chrome settings. Select "Show advanced settings" and click on "Content settings" under "Privacy." Scroll down to "Handlers" and select "Manage handlers." Select "mail.google.com" as your mailto site.


2 Answers

I'm not certain from the description if the problem you're having is the same that I had, but...

If clicking a mailto: link is bringing Chrome to the forefront but not actually starting a new message in Gmail, then you probably need to set Gmail as the mailto handler within Chrome.

  1. Open Chrome's Settings.

  2. Click "Show advanced settings".

  3. Under "Privacy", click "Content settings".

  4. Under "Handlers", click "Manage handlers".

  5. For the "mailto" Type, set the combo box to "Gmail".

  6. OK, OK, and you're done.

Click a mailto: link to try it out.

like image 50
adam-p Avatar answered Sep 29 '22 07:09

adam-p


You should follow the standard bug investigation/reporting path:

  1. look up a similar issue at http://crbug.com
  2. if none is found, file a new one at http://new.crbug.com

That said, http://code.google.com/p/chromium/issues/detail?id=62254 looks much like yours.

like image 39
Alexander Pavlov Avatar answered Sep 29 '22 06:09

Alexander Pavlov