Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Unable to set Hotmail as mailto application

  • 14 replies
  • 69 have this problem
  • 15 views
  • Last reply by cor-el

more options

Unable to set Hotmail as default mailto application. Tried opening about:config, setting

  gecko.handlerService.allowRegisterFromDifferentHost = true

then executing javascript:window.navigator.registerProtocolHandler('mailto','http://hotmail.msn.com/secure/start?action=compose&to=%s','Hotmail') which does not seem to do anything. The "Add Hotmail" Add Application thing does not show up.

Hotmail should have been included as part of the default webmail applications for the mailto links.

Unable to set Hotmail as default mailto application. Tried opening about:config, setting gecko.handlerService.allowRegisterFromDifferentHost = true then executing javascript:window.navigator.registerProtocolHandler('mailto','http://hotmail.msn.com/secure/start?action=compose&to=%s','Hotmail') which does not seem to do anything. The "Add Hotmail" Add Application thing does not show up. Hotmail should have been included as part of the default webmail applications for the mailto links.

All Replies (14)

more options
more options

None of the methods in that link work. There is also no add-ons for Firefox 6 to make Hotmail the default mailto app.

more options

Just wondering if anyone had anything? This is very frustrating.

more options

Those steps only add Hotmail or Windows Live as one of the choices for mailto.
You still need to select that mail provider in Tools > Options > Applications

  • Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.
  • Use "Firefox > Options" instead of "Tools > Options" if the menu bar is hidden.
more options

In the mailto there is no Hotmail option and the javascript:window.navigator.registerProtocolHandler('mailto','http://hotmail.msn.com/secure/start?action=compose&to=%s','Hotmail')

Is not working for me. I'm using Firefox 6

more options

This seems to be a victim of the inability to run JavaScript code via the location bar.

Set the pref gecko.handlerService.allowRegisterFromDifferentHost to true

Create a new bookmark (e.g. on the bookmarks toolbar) and run that bookmark.
You should see a confirmation bar to add Hotmail.
Do not forget to reset the pref gecko.handlerService.allowRegisterFromDifferentHost to false

Name: Hotmail
Location:

javascript:navigator.registerProtocolHandler("mailto","http://mail.live.com/default.aspx?rru=compose&to=%s","Hotmail");
more options

I have done all this already and nothing happens when I put javascript:navigator.registerProtocolHandler("mailto","http://mail.live.com/default.aspx?rru=compose&to=%s","Hotmail"); into the address bar and hit enter. I do not see any drop down box, nothing.

more options

You can no longer run JavaScript code via the location bar.

You need the workaround and create a bookmark with the code in the location field.
Then you can run (click) that bookmark once to run the code.
That should work.

more options

Ok so I created a bookmark of this page, went into my bookmarks edited location to say ("mailto","http://mail.live.com/default.aspx?rru=compose&to=%s","Hotmail"); and it will not save it in the bookmarks it keeps coming back to this page.

more options

You need to paste the full text in the location field starting with javascript: and ending with "Hotmail");

javascript:navigator.registerProtocolHandler("mailto","http://mail.live.com/default.aspx?rru=compose&to=%s","Hotmail");

Alternative:
javascript:navigator.registerProtocolHandler('mailto','http://mail.live.com/secure/start?action=compose&to=%s','Live Mail');

Modified by cor-el

more options

That worked, Thanks for the patience with me and all the help. :)

more options

You're welcome

more options

Thanks for the bookmark tip. It works!