Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 4 odpovědi
  • 2 mají tento problém
  • 4 zobrazení
  • Poslední odpověď od 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

Všechny odpovědi (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.