Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 4 답장
  • 2 이 문제를 만남
  • 4 보기
  • 최종 답변자: 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

모든 댓글 (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.