
make outlook.com the default mailto
I have been trying to make Outlook.com my default mailto. So far I've followed the advice to download this add-on https://addons.mozilla.org/en-US/firefox/addon/livemailer/
It does not work for me even after restarting Firefox.
Then followed jscher2000's post of 3/20/2013 5:39 pm to edit the about:config , then GECKO from this link
https://support.mozilla.org/en-US/questions/953800
The first time I did this I got an error page. Then realized that from here in Canada we have to go to blu175.mail.live.com for our hotmail email, so the 2nd time I attempted this I edited the mail.live.com part of the string to paste to include blu175. This also fails to work and I get the error page again. Here is what appears in the URL when I click on the link to do a mailto email.
Here is the text of the messages that appear on the screen at the above link
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<configuration>
<system.web> <customErrors mode="Off"/> </system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<configuration>
<system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web>
</configuration>
OK I'll admit I do not understand any of that, except that something went really wrong. Both of the live.com choices appear when I load the page to choose the default mailto program so at least adding them as choices worked for me.
I'm left wondering if there is a problem with either the link in the email to do the mailto, or have I really messed up Firefox? The email is not private so I would be willing to forward a copy to anyone willing to help me sort this out and get Firefox to allow me to use outlook.com for all mailto links.
All Replies (9)
hi goodwitch, could you try if this addon is working better for you? https://addons.mozilla.org/firefox/addon/mailtowebmails/
No it doesn't work either. I get the same error page as with the other add-on.
Is it possible I have to remove the changes I made in about:config for this one to work?
You should never add a specific domain to a link because it is not guaranteed that the server is available. The website should redirect automatically to an available server, so only use https://mail.login.com
Set the gecko.handlerService.allowRegisterFromDifferentHost pref to true on the about:config page (use its Search bar to locate the pref).
It's value should turn to bold (user set) Open the Web Console (Firefox/Tools > Web Developer; Ctrl+Shift+K) Paste this code in the command line (>) in the Web Console and press the Enter key to run the code.
- navigator.registerProtocolHandler('mailto','http://mail.live.com/secure/start?action=compose&to=%s','Outlook Mail');
An info bar should open at the top of the page and you can click "Add Application" to add the new mail provider. Do not forget to reset gecko.handlerService.allowRegisterFromDifferentHost to false after you have added this e-mail provider. Now you should see "Outlook Mail" as a choice for Mailto in "Options/Preferences > Applications".
I can't figure out this new outlook.live.com site at all. If you compose a message by clicking the email address of one of your "people" you get a new window with the address filled in. If you then reload the window it goes completely blank. It all seems very fragile and unapproachable.
Probably what I need to do is poke around using the Edge browser on Windows 10 to see how it integrates. Hmm...
If you are not yet on the new design, which I suspect you aren't based on your server address, my last detailed explanation from March 2015 is in this thread: https://support.mozilla.org/questions/1052976
cor-el and jscher2000, thank you both for responding. I tried all of your suggestions. All of them added outlook.com to the list, but all of them gave me the same error page as I posted above when I tried the mailto link in the original email.
I was wondering if there is a problem with the original email instead of my setup? No so as I tried it with Windows Live Mail (the default email program on my system) and it populated the email perfectly. I just do not want to use that very private email address for the purpose of sending that particular email.
I have been deleting all the outlook choices from the list each time they fail to work.
jscher2000, what do you mean by the new design?
goodwitch said
jscher2000, what do you mean by the new design?
When I go to Hotmail, instead of being on a mail.live.com server I'm on an outlook.live.com server with a new layout. I don't recommend rushing into it.
Ah I see, they've updated it and made it a whole lot worse? Actually I cannot see it, but if the change is anything like what Yahoo did with all those annoying headers dividing our emails, today, yesterday, last week etc. I can imagine how annoying it is. Guess I'll find out soon enough, eventually we all get switched over. Maybe it is time to try out thunderbird instead.
The one thing I love about outlook.com more than anything else is the ability to see the whole email when you right click on the email and choose - view message source -