如何設置Gmail作為Firefox缺省電子郵件客戶端
在有些場合,當您點擊電子郵件鏈接,當瀏覽有些網頁時,您將提示與電子郵件客戶端例如微軟窗口郵件為景色或Microsoft Outlook明確為XP。 如果有配置您的電子郵件客戶端,您需要設定和配置它,在您能派出電子郵件之前。 如果您不如此,做了它是相當麻煩和不便的。 無論如何,如果您是Gmail和Firefox用戶,好消息是新的Firefox 3允許用戶配置和設置Gmail,因為缺省電子郵件客戶端。 後這 Firefox 3 來與支持YahooMail,缺省電子郵件客戶端。 為Gmail用戶,某一設置需要完成編輯「mailto」應用經理。
- 在Firefox 3地址酒吧,您需要輸入「關於:設置」并且您將提示與警告頁。 請點擊「我小心,我許諾!」 按進行。
- 輸入「gecko.handlerService」入過濾器箱子,直到您得到 gecko.handlerService.allowRegisterFromDifferentHost 特選名字。 確定價值是「真實”. 如果它不是,改變它。
- 並且檢查 network.protocol-handler.external.mailto 特選名字。 確定價值是「真實”.
- 複製以下代碼對地址酒吧,并且新聞進入。
Java語言:window.navigator.registerProtocolHandler (「mailto」, 「https://mail.google.com/mail/?extsrc=mailto&url=%s」, 「GMail」) - 複製以下鏈接,并且新聞進入,如果您是Google Apps用戶:
Java語言:window.navigator.registerProtocolHandler (」 mailto」」, https://mail.google.com/a/example.com/mail/?extsrc=mailto&url=%s」」, GMail」)改變example.com到您自己的域名。
- Firefox 3因此將提示您問題您是否想要增加應用。 點擊「增加應用」按鈕。
- 現在您點擊所有mailto : 鏈接和您將提示與一個小窗口「發射應用」。 Firefox 3請求將使用的應用的您的確認。 檢查「Gmail」箱子並且檢查箱子顯示「記住我的選擇為mailto連接」。 點擊OK
- 過程完成。 無論如何,為安全原因,去回到「是適當的關於:設置」并且集合gecko.handlerService.allowRegisterFromDifferentHost價值回到錯誤。
如果您決定去除Gmail,當您的缺省郵件客戶,您需要去Firefox的工具菜單和精選的特選然後去應用表格。 發現mailto并且選擇應用細節從下拉菜單。 由精選的GMail去除GMail,并且點擊去除。
為使用雅虎的用戶! 郵件,這 如何設置雅虎! 郵件作為缺省電子郵件客戶端在Firefox.
重要: 這是現狀提供,不用保單的機器翻譯的頁。 Machine translation may be difficult to understand. Please refer to original English article whenever possible.
Share and contribute or get technical support and help at My Digital Life Forums.
Related Articles
- How to Set Yahoo! Mail as Default mailto: Client in Firefox 3
- How to Delete Emails from Gmail IMAP Access Mail Client
- How to Apply Multiple Labels to Gmail Messages in IMAP Client
- Download Free gAttach! to Set Gmail as Default Email Program for Fast Files Sending
- Sign Up as @Gmail.com Instead Of @GoogleMail.com As Email Address and Login
- How to Forward Messages to Your Gmail Account
- How to Sign Up and Register for @GoogleMail.com Address as Default Email
- Host Your Domain Email with Google on Gmail Technology
- Get, Retrieve and Consolidate POP3 Emails with Gmail Mail Fetcher
- Set and Force Gmail to Always Use Secure HTTPS Browser Connection

































June 30th, 2008 09:48
Hi,
I tried to follow the steps and tried to filter by putting gecko.handlerService in filter box but there is nothing having this as prefix.
I manually tried to locate the variable but “gecko.handlerService.allowRegisterFromDifferentHost”
is nowhere in the list of variables.
Can you help me in figuring out that what is going wrong.
June 30th, 2008 12:01
Are you using Firefox 3?
June 30th, 2008 12:14
No, it is firefox2 but does it not work for firefox2? If yes can you guide me?
June 30th, 2008 12:49
javascript:window.navigator.registerProtocolHandler(”mailto”,”https://mail.google.com/mail/?extsrc=mailto&url=%s”,”GMail”)
is not working. There is no any pop up dialog. Any ideas?
June 30th, 2008 13:10
Vaneet, Only works in Firefox 3. suchi, do you press Enter in Firefox 3?
June 30th, 2008 13:34
I report same result as suchi. the javascript step produces no visible result and I don’t find “webmail” in the Application list (via Options). I’m using a custom variation where “my server” is the name of my server
: javascript:window.navigator.registerProtocolHandler(”mailto”,”https://mail.”my-server”.net/src/login.php”,”webmail”)
June 30th, 2008 14:23
Have you verify gecko.handlerService.allowRegisterFromDifferentHost and network.protocol-handler.external.mailto are True?
June 30th, 2008 23:10
yes.
July 2nd, 2008 02:52
[...] Note: It’s also possible to set Gmail as the default mailto: handler at Firefox 3. [...]
August 7th, 2008 17:41
Te explicas como el culo, chaval
August 11th, 2008 17:41
The code will not work in form it given on this site, you must replace double quotation marsk ” to single ‘ :
javascript:window.navigator.registerProtocolHandler(’mailto’,'https://mail.google.com/mail/?extsrc=mailto&url=%s,’GMail’)