![如何在 Internet Explorer 中将默认电子邮件客户端更改为 Gmail?](https://linux22.com/image/1253045/%E5%A6%82%E4%BD%95%E5%9C%A8%20Internet%20Explorer%20%E4%B8%AD%E5%B0%86%E9%BB%98%E8%AE%A4%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6%E5%AE%A2%E6%88%B7%E7%AB%AF%E6%9B%B4%E6%94%B9%E4%B8%BA%20Gmail%EF%BC%9F.png)
有人知道如何在 Internet Explorer 8/9 中添加或更改默认电子邮件客户端吗?我希望使用 Gmail 打开 mailto 链接,就像 Firefox 那样。
答案1
据我所知,这不容易做到。您可以将其设置为程序并使用 gmail,或者使用像这样的 reghack http://www.questionbin.com/blogcomment/How-to-set-Gmail-as-your-default-client-in-Windows.html
IE 可能也有插件可以实现这一点,但它们的插件很少而且很差。
答案2
在 Firefox 中进入 Gmail,然后在浏览器栏中输入以下内容:
javascript:window.navigator.registerProtocolHandler("mailto","https:// mail.google.com/mail/?extsrc=mailto&url=%s","Gmail")
这将使 Gmail 成为 Firefox 的默认邮箱。