Skip to content

Instantly share code, notes, and snippets.

@devinschumacher
Last active March 7, 2025 14:47
Show Gist options
  • Save devinschumacher/1f073f8245f2ffda8a61bc5c271c2b4b to your computer and use it in GitHub Desktop.
Save devinschumacher/1f073f8245f2ffda8a61bc5c271c2b4b to your computer and use it in GitHub Desktop.
How To Fix "Mailto" Email Links Not Opening in Chrome
tags
gmail
how to
email
mailto

How To Fix "Mailto" Email Links Not Opening in Chrome (Step by Step)

📺 Click here to watch the video 👇

YouTube Video Thumbnail

Steps

  1. Open chrome settings by putting this into the browser search bar: chrome://settings/handlers
  2. Select Sites can ask to handle protocols & make sure you don't have Gmail blocked
  3. Go to your gmail & right click then choose "inspect"
  4. Click on the tab to take you to the "Console"
  5. Paste this into the console & hit the Enter key: navigator.registerProtocolHandler('mailto', 'https://mail.google.com/mail/?extsrc=...%s', 'Gmail')
  6. Click "Allow" on the popup message box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment