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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

Why can't you add AOL to the Mailto Options? Please do it.

  • 4 fhreagra
  • 2 leis an bhfadhb seo
  • 4 views
  • Freagra is déanaí ó cor-el

more options

Why can't you add AOL to the Mailto Options? Please do it. I recall that option was once available a long time ag

Why can't you add AOL to the Mailto Options? Please do it. I recall that option was once available a long time ag

All Replies (4)

more options

Please make that request here: https://input.mozilla.org/en-US/feedback

more options

It is still possible to add additional mailto handlers to Firefox. You only need to know what command to use to go to AOL mail to compose a new message.

See this thread for the procedure that you have to use.

more options

I looked at the procedure options and I do not know how to do that.

more options

The main problem is that you need to know what URL you need to use to open the AOL mail page and have the email address filled. I'm not using AOL and a Google search isn't conclusive about the correct URL.

The procedure isn't that difficult:

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 the correct code in the command line (>) in the Web Console and press the Enter key to evaluate the code. For Outlook (Hotmail) this JavaScript code would be:

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

For AOL mail you would need a different URL and you may have to contact AOL for information.

navigator.registerProtocolHandler('mailto','<URL to open the AOL compose page>','AOL mail');

An info bar should open at the top of the page and you can click "Add Application" to add the new mail provider. You should see the newly added email service under "Options > Applications > Mailto".

Do not forget to reset gecko.handlerService.allowRegisterFromDifferentHost to false after you have added this e-mail provider.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.