一般来讲当我们在Firefox 中打开mailto: 的链接时,都用自动调用Outlook 或者 TB 等这些系统中邮件的默认邮件程序。如今在Firefox 3中我们可以自己设置,将 mailto: 与 Yahoo! Mail 或者 Gmail 关联起来了。
* Yahoo! Mail
在 FF3 中打开菜单栏的 Tool > Options > Applications 。;
在 filter 中输入 mailto,点击 mailto 后面对应的下拉菜单。;
在出现的菜单中选择 Use Yahoo! Mail。;
点击确定,不需要重启浏览器就可以看到效果。
* Gmail
在地址栏中输入 about:config,将键值 gecko.handlerService.allowRegisterFromDifferentHost 双击修改为 true。这步操作不需要重新启动浏览器。
请确认在 about:config 中键值 network.protocol-handler.external.mail 为 true。
请将下面的 JS 复制到 FF 的地址栏,然后点击确定:
javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/?extsrc=mailto&url=%s","GMail") |
大家应该可以看到下面的画面,点击 Add Application 按钮。
出于安全性的考虑,回到 about:config 页面中,将大家在第一步中修改的那个键值双击改为 false。
参考上面的设置关联 Yahoo! Mail 的方法,在 FF 菜单栏的 Tool > Options > Applications 中选中 Gmail. 点击确定。
tip:如果想将添加的 Gmail 删掉,请在 FF 菜单栏的 Tool > Options > Applications 中找到 mailto,后面的下拉菜单中选中 Applications Details,然后在弹出的窗口中将 Gmail 或者 Yahoo! Mail 删除就可以了。