Default browser for Mail

Hi everyone,
I have Safari and FireFox browsers installed and use both but FireFox mostly. Is there a way I can make FireFox the default browser when I click on links in an e-mail.
I have looked in Mail preferences and can not see anything that helps.
Thanks in advance for any answers,
Alan

Hi Alan
In the Firefox Preferencess > Main, at the bottom, Check to see if Firefox is the default browser, and click on Check Now. If it isn't then you can select it to be, and Mail will use whatever is the default browser.
regards roam

Similar Messages

  • Setting default browser for Mail's contextual menu items

    I use Firefox as my default browser. In "Safari>General>Default Web Browser" I have it set to Firefox and URL links within Mail trigger Firefox as expected.
    However, if I right-click within an email message on some text and select 'Search in Google' it opens in Safari regardless of the default browser indicated in the Safari preferences.
    Anybody know how to fix this? It's very annoying.
    Dual 2.0 GHz G5   Mac OS X (10.4.8)  

    Hello,
    I have been searching for the cause of this failure, but have not found much. It may relate to some problems with Contextual Menu Items, discussed within the article at the link below, but I do not know for sure:
    http://www.macdevcenter.com/pub/a/mac/2004/05/28/cm_pt1.html
    and may relate to some incompleteness in Firefox, rather than OSX, per se. The contextual menu items are separate from the default preferences, I believe.
    Btw, while I like some aspects of a Google search with Firefox, the fact that PDF links are downloaded, rather than opened in the browser, make me prefer Safari for searches. Perhaps there is a preference to cure this problem, but I have not looked very hard for it.
    Ernie

  • How do I setup Safari to be my default browser for Mail?

    I am using an iMac with Yosemite 10.10.2, Safari is 8.0.3, Mail is 8.2.  Somehow, awhile ago, I set up my default browser as Firefox 35.0.1, and have been satisfied with it.  Lately I have become unhappy with the way it responds to some clicks.  I would like to try Safari, though I might miss some features of Firefox. 

    Open System Preferences > General then select Safari from the Default web browser:  pop up menu.

  • How to set Firefox as default browser for Mail

    When I click on links in Mail, they open in Explorer. So, I trashed Explorer, and now when I click on links I get "Mail was unable to open the URL. No associated application could be found."
    G5   Mac OS X (10.3.9)  

    Launch Safari and open its preferences. You set the default browser there.
    Not very logical is it? I think a Microsoft plant came up with that one.
    John

  • Default browser for mail links

    How can I make links in emails open with Google Chrome instead of Firefox?  I forgot where to make that setting change.  Thanks.

    You might be blind, because it looks like this in Chrome:

  • Making IE 11 as default browser for windows 8.1 Update

    Hi,
    We are performing bulk deployments for Windows 8.1 Update using Config manager 2012 R2. Its x64 OS deployment.
    I am looking for a way to make windows 8.1 Update IE browser as a default browser for all users.
    Any local group policy or batch file or any script that would do this, would be great.
    Can anyone pls. some script\pointers on how to achieve this? Thanks
    Regards,

    prior to Win8, you could set file-type associations and protocol associations a few ways.
    e.g.:
    http://www.grouppolicy.biz/2011/09/how-to-use-group-policy-to-change-open-with-file-associations/
    Since Win8, there are extra thing to deal with, e.g.:
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How do you invoke the default browser for Unix/OSX

    Does anyone know how to programmatically display the contents of a URL in the default browser for a Unix system? I found a javaworld article on doing this using Runtime.getRuntime().exec(cmd). The article gives the cmd string for invoking the default browser in Windows, and for invoking the Netscape browser in Unix.
    This can easily be extended to invoke any known browser executable in a known path on a Unix system; but I'd like to invoke the default browser without knowing what or where it is. I'm specifically targetting Mac/OSX, but any Unix solution is worth trying.
    Is there a Unix command for launching the default browser to display the contents of a given URL? Or is there an alternative approach, rather than invoking Runtime.exec()?
    -Mark

    After extensive google searching, I came across a partial solution. This code detects the default browser on a Mac, and provides an elegant solution for trying standard browsers in turn for other Unix systems. I tested it on WIndows XP and Mac OSX 3.9, and it detected the default browser each time. A suped up version of this tool is available as a SourceForge project. You can find it here:
    http://sourceforge.net/projects/browserlaunch2/
    Here's the simplified code:
    //  Bare Bones Browser Launch                          //
    //  Version 1.5                                        //
    //  December 10, 2005                                  //
    //  Supports: Mac OS X, GNU/Linux, Unix, Windows XP    //
    //  Example Usage:                                     //
    //     String url = "http://www.centerkey.com/";       //
    //     BareBonesBrowserLaunch.openURL(url);            //
    //  Public Domain Software -- Free to Use as You Like  //
    import java.lang.reflect.Method;
    import javax.swing.JOptionPane;
    public class BareBonesBrowserLaunch {
       private static final String errMsg = "Error attempting to launch web browser";
       public static void openURL(String url) {
          String osName = System.getProperty("os.name");
          try {
             if (osName.startsWith("Mac OS")) {
                Class fileMgr = Class.forName("com.apple.eio.FileManager");
                Method openURL = fileMgr.getDeclaredMethod("openURL",
                   new Class[] {String.class});
                openURL.invoke(null, new Object[] {url});
             else if (osName.startsWith("Windows"))
                Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url);
             else { //assume Unix or Linux
                String[] browsers = {
                   "firefox", "opera", "konqueror", "epiphany", "mozilla", "netscape" };
                String browser = null;
                for (int count = 0; count < browsers.length && browser == null; count++)
                   if (Runtime.getRuntime().exec(
                         new String[] {"which", browsers[count]}).waitFor() == 0)
                      browser = browsers[count];
                if (browser == null)
                   throw new Exception("Could not find web browser");
                else
                   Runtime.getRuntime().exec(new String[] {browser, url});
          catch (Exception e) {
             JOptionPane.showMessageDialog(null, errMsg + ":\n" + e.getLocalizedMessage());
       }

  • Default Encoding for Mail

    Mail on ipod touch seems to show all mails in ISO8859 or so.
    The problem is I sometimes have to read mails in Chinese/Japanese encoded in EUC-CN/EUC-JP etc.
    Is it possible to change the default encoding for Mail?

    same problem with me. Sometime I can read Chinese/Japanese mails. Sometime the mails are unreadable. Why is Mail on mac be able to read all mails but mail on iTouch have encoding problems? I thought iTouch could be a better protable device system than windows CE in terms of international.

  • Make firefox default browser for all users without firefox checking for default browser

    Hi,
    we have 2 citrix servers in the same farm . We want to make firefox the default browser for all of our users.We also want to ignore the settings that they decide themselves influencing the default browser.<br />
    Now the citrix forum suggested that i made a gpo that edits the folowing register keys:
    HKCR\http\shell\open\command Change the value in the default key to firefox.exe location.<br />
    HKCR\http\shell\open\ddeexec Change the value in the default key to Firefox HKCR\https\shell\open\command Change the value in the default key to firefox.exe location.<br />
    HKCR\https\shell\open\ddeexec Change the value in the default key to Firefox
    so i did that , and all our links now open through firefox.<br />
    However we still get the question to make firefox our default browser while it already is defined as default browser since it opens links using firefox.
    the 2nd strange thing we encountered is when we open pdf's using firefox , firefox opens but the pdf's won't open untill we make firefox default browser using the provided popup window when we start firefox<br />
    i have googled this for days now without a proper answer . i even tried to run the "firefox.exe -silent -setDefaultBrowser" command to fix it on my personal profile without any luck.that's why i am relying on your answer

    Just in case, check this article for the missing information
    [[Setting Firefox as the default browser does not work - What to do]]

  • How to deactivate Photoshop CS4 as the default browser for image

    I wanted to deactivate Photoshop CS4 as the default browser for image. Now everytime when i want to open BMP(bitmap) file it always use photoshop CS4 to open the file. It takes a longer time to load the bitmap picture when using photoshop CS4 to open.
    Can anybody help!
    thank you

    Mylenium is implying just that.  There's a checkbox that reads something like [ ] Always Use This Program to Open This File Type.
    I do know that in Photoshop CS5 in Bridge there's a preference dialog that allows you to set file associations as well...  I'm not where I can test CS4 at the moment.  There may be such a dialog also in Bridge CS4.  Open Bridge, choose Edit - Preferences - File Associations if that subcategory exists, then find your file type and change the association.
    Yet a third possibility is that if you have a viewer program like IrfanView that you'd like to associate with the file type, then the viewer program likely offers a menu through which you can indicate you want that program assocated with particular file type(s).  I have instructed IrfanView to make itself the viewer for all Image types, and that works well.
    -Noel

  • With Firefox as my default browser for a desktop iMac, a note appears "An attempt to change your home page and default search has been blocked" It won't go away

    With Firefox as my default browser for a desktop iMac, a note appears "An attempt to change your home page and default search has been blocked" It won't go away. It tells me to click on the checkmark to change settings but that doesn't work and the red x in the upper right hand corner doesn't remove the note which is in the upper left corner of my iMac ??? The only thing that removes the note is quitting Firefox but it reappear as soon as I start Firefox back up ???

    If that does not work,
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift><br> ''(Mac Options)'' ''' key, and then starting Firefox. Is the problem still there?
    Start your '''Computer''' in safe mode with networking. Then start Firefox. Try '''Safe''' web sites.
    '''[http://encyclopedia2.thefreedictionary.com/Linux+Safe+Mode Starting The Computer In Safe Mode;<br>Free Online Encyclopedia]'''

  • How to change the default browser for "Search in Google" pop-up menu?

    This issue has come up for the last three OS X releases, at least, and it's still here for Lion.
    I'm in Apple Mail and select some text. I want to search on the term using Google. Right-click brings up the context menu with "Search in Google." This inevitably results in Safari opening for the search.
    Chrome is definitely set as my default browser. Clicking links in email messages brings them up in the proper browser. "Search in Google" does not. Wherever this context menu item is selected (Mail, TextEdit, etc.) it opens Safari instead of the default browser.
    As far as I'm concerned, that makes the context menu item useless, since I do not use Safari.
    Has anyone figured out a workaround?
    Has anyone in the OS X team at Apple paid attention to this issue? It is not new.

    This post helped me.
    https://code.google.com/p/chromium/issues/detail?id=147510
    Basically, the "Search in Google" extension is from Safari and it can be disabled in System Preferences.
    System Preferences -> Keyboard -> Keyboard Shortcuts -> Services -> Searching and unchecking "Search with Google"
    It worked for me and I also disabled a few other right-click options that I never use.

  • Default browser in mail

    My default browser is firefox all the time EXCEPT from within a mail message. If, for example, I highlight a word and right click, then choose "search in google", Safari opens the google search page. All the settings I can find to make firefox default are chosen. Is there something I'm missing. Thanks for helping a Windows switcher.

    You are not alone. This happens to me as well, and its annoying. I end up with two browsers running instead of one.
    And yes, my settings are all to Firefox, links work ok.
    Did you find a solution?
    (Running 10.5.1 still. Maybe 10.5.2 fixes this?)

  • Default font for mail messages?

    Is it possible to set up a default font for outgoing mail messages, such as Helvetica 12 point bold in dark blue, without having to click on font and color every time I compose an e-mail?
    Imac G-5   Mac OS X (10.4.3)  
    Imac G-5   Mac OS X (10.4.3)  

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • I need to know how to change default browser for my desktop icloud apps to open with.

    I like to use the desktop icloud apps, but when i use them, they open with IE when my default browser I like to use is Chrome. Is there a way to make it open with Chrome when I open Calendar or iCloud from my desktop instead of IE?
    thankyou for your help in advance!

    Ed...maybe a little less time gaming and a bit more time in English class? They got this thing called punctuation and sentences now. Last things first; there is no amount of money that can change your GPU so you can scratch that expense off the list. So you need a battery and a fan? Where do you live? USA? We can help you find a battery but where did you plan to have the new fan put in? 

Maybe you are looking for

  • Recurring Posting with Tax Code

    Hi Experts, When i am trying to execute a recurring posting  with some Tax Code system is giving error "location is missing". So kindly tell me is it not possible to execute a recurring posting with tax in SAP Business one Thanks in Advance

  • Creating and Dropping a temporary table in Bi publisher?

    Hi all. My database is sybase. I created a new data set in BI publisher where it creates a temporary table, uses that temp table in a select query and then I dropped the temporary table. I wrote all these 3 SQL statements in a single dataset. This is

  • Goods receipt without capture excise invoice

    Hi all I wanted to do the goods receipt for which the vendor will submit the excise invoice later. How to capture this process in sap I need step by step process Pls help Suresh

  • Urgent - problem in idoc filtering

    Hi Expert. i have created my Extended idoc. for debmas06. its working fine but as i decleatred the filter in BD64 on field VKORG. Its not filtering on the value which i mention in this field. I run the program with z- program and submitted into the B

  • Can't format ssd... Disk Utility Hangs

    Hi all! Too long; didn't read: I need a way of formatting clean SSD for installing OS X, as the apple Disk Utility doesn't seem to be up to the task!? A bit of background (UNRELEVANT for question, here to make thread useful to others when searching):