Forum Discussion
sharifsallam
11 years agoContributor
I am not sure what you mean by "popup in review window" but I assume you are looking for changng "mailto:" links in your broswer from opening mail.app to open you mail server URL. If so then the following steps work with chrome and Firefox (not sure about IE)
1- Open mail server url in Chrome.
2- Press Ctrl+Shift+J (Windows) or Cmd+Opt+J (Mac) to open Chrome's built-in JavaScript console.
3- Paste the following into the console and press Enter:
navigator.registerProtocolHandler("mailto",
"Gmail");
4- Chrome will prompt you, asking if you'd like to "Allow Gmail (mail.google.com) to open all email links?" Click the Use Gmail button.
5-
Note: Firefox you can go to options/applications/mailto and set it for GMail (or others)
1- Open mail server url in Chrome.
2- Press Ctrl+Shift+J (Windows) or Cmd+Opt+J (Mac) to open Chrome's built-in JavaScript console.
3- Paste the following into the console and press Enter:
navigator.registerProtocolHandler("mailto",
"Gmail");
4- Chrome will prompt you, asking if you'd like to "Allow Gmail (mail.google.com) to open all email links?" Click the Use Gmail button.
5-
Note: Firefox you can go to options/applications/mailto and set it for GMail (or others)
Related Content
Recent Discussions
- 3 months ago