Email client... which one?

I prefer Outlook Express and I am tired of how Windows Live Mail  works.
Kind of a "big button app" that I can not configure how I wish.
What email client do you like and why?

I am with Ann & John T, in that I use Outhouse, er-r-r, I mean Outlook. I also have MS Office.
I still miss my Eudora, but have gotten beyond that.
Now, I do not use e-mail all THAT much, and have MailWasher, in between my POP accounts and Outlook. I have it set to Full Manual, but it marks all those pesky Nigerian money-plots, and I have all my family and few clients marked as "Friends" in it, plus UAL, Hilton and a few dozen more. I never Send/Recieve in Outlook, until I have cleaned things out in MailWasher first - saves me a lot of time, and is easy to purge things, though I did notice that I just blew away an e-mail, notifying me that I had won the New Zealand Lottery...
Have not tried Thunderbird, as recommended by Peru Bob and Jim, but have read good recs. for it.
Good luck,
Hunt

Similar Messages

  • Anyone Have an stand alone email client which works Well?

    I am looking for an email client which work well with my old POP3 email account.........I have looked at Post Box, MailSteward, others........any ideas much appreciated.

    Thunderbird!

  • Link Won't Automatically Launch Email Client

    We use an intranet application database for CRM (ColdFusion) via Safari (5.0.3). Our accounts include email addresses which, when selected, previously opened a New Message in the email client of user's choice (whether Mail or Entourage, etc.)
    Some employees using iPads and iPhones were noting that Mail was not automatically launching when they selected an email address (appears as a hyperlink in the database). I began to investigate, and the links are not working (automatically launching a New Mail Message in the email client) on one of our MacMinis (10.4.11) either. The links to a New Messsage are working on some of our Macs (some 10.4.11, some 10.6.6), but not all.
    In my playing around with settings, somehow I have made the links not work on my MacBook Pro (10.6.6)!
    Here is the copied link (with inserts for security):
    https://www.[site].com/secure/customer/log_email.cfm?id=481&mailto=[name]@[domain].org
    Again, this WAS working fine in Safari on my MacBook Pro, but it is not now. I should point out that the email links ARE working in Chrome BUT NOT FireFox or Safari.
    I have changed my default email client in Mail, back and forth, to see if this would make a difference, but it has not.
    The CRM provider has said they haven't changed anything on their end (and again, it is working for many of our Macs).
    Any suggestions or help would be appreciated.

    Hi,
    On the iPads and iPhones. Tap Settings / General / Reset / Reset All Settings. Then restart the devices.
    On the Mac for Safari. Try troubleshooting the Safari .plist file.
    Quit Safari (Command + Q) Open a Finder window. Select your Home Folder in the Sidebar on the left. It has a small house icon. Then open the Library folder then the Preferences folder. Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
    Relaunch Safari. See if made a difference. If not, try emptying the Safari cache from the Safari menu, Safari / Empty Cache or Command + Option + E.
    Since you have changed the default Mail client several times, you may need to delete the com.apple.mail.plist file also from the user account: ~/Library/Preferences
    Make sure to make note of all your Mail preferences first before delete that.plist file.
    Carolyn

  • Default Safari email client

    I get and preview some email using a webmail account before actually popping it into an email client.
    One of the webmail options is to save the email directly which I had never done before.
    Curiously, when I saved it, it downloaded and then opened my unused Microsoft Office 2004 and forced me to save it in Entourage. I never wanted to "test drive" the MS Office prouct, but now I am.
    My real question is how to set the default Safari email client to my Mac Email?
    I am not sure if my webmail service automatically looks for a MS client first but there are no setting there. It seems to me that since I am using Safari, the email client should be user-selectable.
    It's not clicking on an email-to link, which works fine, but this is saving an email directly from a webmail account in Safari, and for some reason MS Office email was the default client.
    I could delete the MS office trial and see what happens, but I would like to know if it is possible to set the default "save email to" link.
    Dual G5 and MacBookPro   Mac OS X (10.4.8)  

    Yes, I could pop it with Mail, but that's not the point. I eventually pop all my webmail onto a PC which contains all my email stored in Outlook, only because I started out using it.
    When I do a "save as" using my webmail account directly, the extension of the downloaded file is .eml.
    I did as you suggested and right-clicked it, selected "other" and chose Mail.app
    The mail then appears as an attachment in Mail and when I click on the attachment, Entourage opens again.
    I can only surmise that the webmail software, which I cannot control, uses MS as the default encoding for downloading. I don't know when the .eml extension is assigned but the encoding may simply be the result of the original sender's client. It makes sense that if the sender used MS to send the email that my webmail does nothing so the format of the email remains that of MS office.
    That makes sense to me.

  • What's a good email client for E71?

    Hi
    Having struggled to make email work on the E71, I have now given up and accepted the fact that I will need to purchase a 3rd party email client which will provide Authentication which my server needs.
    Can you suggest which one I should buy? And your experience of it?
    Thanks!
    Solved!
    Go to Solution.

    After spending endless hours achieving nothing but frustration I have given up on trying to access my email on our Microsoft Exchange Server using Mail for Exchange I have deleted the application from my Nokia E71 phone and given up completely trying to make this work. I have used the wizard spending endless totally unproductive hours entering in the settings required over and over again, I've installed the security certificate, I've had my tech guy make the correct settings on our server, I've deleted and reinstalled Mail for Exchange and deleted and reentered my profile information: email address, domain name, user name, password, exchange server... some times in the same session I've entered this information countless times. I have asked it to permenently accept the certificate more times than I can count. I would also like to add that my tech guy said he couldn't figure it out and he's a Microsoft Certified Professional. I would love to find another E71 owner in Calgary who has had success connecting to his company's Exchange Server and get his or her help. Everyone I know who has a Blackberry or an iPhone said they connected in minutes. I'm taking this phone back to Rogers, I'll pay out the contract and switch the the phone everyone said I should have purchased in the first place... the iPhone. I'm more than disappointed!
    Brent Cisco

  • How to create MAC JNI call to launch the native email client

    How to write JNI code to call native default email client on MAC OSX and add attachment in that email client. Thanks plz help in this regard.

    Which suggests that you want to open the actual email client, rather than using java itself to send the email.
    However it doesn't answer why.
    At any rate that requires the following.
    1. A platform specific way to run the email client. If you can't figure out how to do this from the command line (nothing to do with java) then you can't do it in java.
    2. A way to manipulate an application that is running. The Robot package is intended for that. It might or might not do it. If not then you would need to find or create something else to do this.
    3. Custom scripts for each possible email client which is fed into part 2 to make it do something.
    Obviously a lot of work especially the last as that part might vary not only by vendor by also by version and user configuration.

  • Sudden change in Verizon SMTP protocol breaks email clients

    On Friday 8/1/2014 between 10:23 am and 3:12pm EST Verizon's SMTP servers changed from sending the following lines:
    250-AUTH PLAIN LOGIN
    250-AUTH=LOGIN PLAIN
    to these:
    250-AUTH DIGEST-MD5 PLAIN LOGIN CRAM-MD5
    250-AUTH=LOGIN PLAIN
    These two lines are inconsistent and are breaking my MDaemon email client, which now thinks it can authenticate using
    CRAM-MD5 encoding.  This encoding doesn't appear to be supported by Verizon, since I get the following error:
    500 5.7.0 Unknown AUTH error -1 (Internal authentication error).
    I've had no luck using telephone support.  Hopefully someone at Verizon will see this and respond.

    Important Notice: If your MDaemon users authenticate against an Active Directory, you must disable ... honor APOP & CRAM-MD5 under Setup > Default Domain / Servers > Default Domain & Servers > Servers in your MDaemon Server. Otherwise users will not be able to log on to MailStore Server.
    looks like the setting will be in that section.

  • Problem with email clients- BT support clueless

    Hi.  I've been having a bizarre problem since migrating to the new BT mail.  About 2 weeks after the migration, all of 3 of my email clients (thunderbird on a Mac decktop, outlook on a PC laptop, iPhone) started reporting the "server does not recognsise username/password" error.  I followed through the online BT mail help instructions to make sure all of the email account settings were correct, which didn't help.  I can access BT webmail directly with my username/password and via that changed my password, then updated it on my email clients.  Initial joy! It worked and my clients could access my email accounts again.  24 hours later- same problem with all of my clients- server does not recognise username/password.  The only way I can get them to work again is to repeat the process of changing my password via webmail, then updating the password on my email clients.  This allows access for about a day, after which I get the same username/password error.
    Eventually after about a month of this I decided to phone BT support.  What a painful process.  The guy on the other end of the line did his best, but unfortunately his English wasn't great.  It took about 50 minutes of circular conversations for me to explain the problem.  Eventually his anwer was that because the webmail was working properly, the problem must be with the email clients, which he couldn't help with.  He advised me to take my laptop/iPhone/ to a local engineer to figure out what the problem must be. By this time I was really frustrated and asked to speak with the supervisor.  He agreed that a) because the problem was with all three clients, and b) because changing the password on webmail and updating them then allowed them to work, albeit temporarily, that it was highly unlikely that the problem was with the client setup.  However, he said that he wasn't able to help any further as my webmail is working properly!
    Can anyone help.  Has anyone else had this problem?  Any ideas? How do I get BT to fix this and who do I complain to if they can't?
    BT- outsourcing support abroad seems like a good idea.  It isn't worth the loss of goodwill.  Bring it back.

    EvanR wrote:
    Thanks for the advice, but I'm afraid this makes no difference at all to the problem. 
    After posting, the problem sorted itself out for a few weeks, it's back again today.  Reading all of the other posts about the disaster which is the new bt mail system, I've decided just to leave it for a few days.  It's obviously something at BT's side (although the support try to deny it).  By the way, the support is totally useless.  Promises to call back not kept, technically clueless etc. 
    If this keeps up I'm just going to go to gmail or some other email provider.
    To clarify the situation can you please do the following concentrating on your PC Laptop.
    1. Wait until you get the failure on Outlook.
    2. Switch off (ie power down) your Mac desktop and Iphone.
    3. Try Outlook again.
    4. If the problem still occurs then login to webmail and logout WITHOUT changing your password.
    5. Try Outlook again.
    6.  After 5. you can power up your Mac and Iphone
    Please report back confirming you have done 2. and the results of step 3 and 5 including any failure messages reported exactly with any personal information xxxx out and not deleted.
    Are you using POP or IMAP in your clients ?

  • Design Problem : How to design/code a java client which is deployed to all the machines in a cluster and make sure that only one of the java client is active

              hi ,
              I have to design a java client (which is basically a JMS message listener)which
              is deplloyed to all the servers in the cluster. But as these are message listeners,
              i want only one of the instance to be active at a time.
              If the server on which the client is active goes down , I want the second server
              to start listening to messages.
              How do i design this ? Also is there a public api for multicasting that we can
              use ?
              Anybody has an idea on how to go about this..
              Thanks
              nisha
              

    Hi Nisha,
              Failover message listeners? Sounds like you want MDBs, which are deployed on all nodes in a
              cluster. If your JMS destination is a queue, then only one MDB will pick up the message. And just
              like any other ejb service, MDBs failover.
              Gene
              "Nisha" <[email protected]> wrote in message news:[email protected]..
              hi ,
              I have to design a java client (which is basically a JMS message listener)which
              is deplloyed to all the servers in the cluster. But as these are message listeners,
              i want only one of the instance to be active at a time.
              If the server on which the client is active goes down , I want the second server
              to start listening to messages.
              How do i design this ? Also is there a public api for multicasting that we can
              use ?
              Anybody has an idea on how to go about this..
              Thanks
              nisha
              

  • Which email client / solution do you use?

    I was wondering what email client is everybody using out there. Just got a new computer and am setting up arch on it. I've used evolution, thunderbird, and elm and pine (way back in the day). I'm a recent KDE convert from gnome (no thoughing rotten veggies please and was wondering what experiences people have had with kmail. Also, it seems that thunderbird is the only one with build in spam filtering. I got inordenate amounts of this stuff so that was nice while i was using. I used to do the whole fetchmail / procmail / spamassassin / sendmail thing when i was using redhat. Anyway, just wondering if anybody had any suggestions and what works best form them?

    scottro wrote:
    hrrm--the obvious questions, do you have the browser set up in the configuration file?
    It may just be in sylpheed-claws (which is what I have in FreeBSD.
    The command (in the "other" section of Common Preferences is
    opera -remote 'openURL(%s, new-window)'
    Again, this was Sylpheed-claws.  However, I vaguely remember that it would work, you'd just have to click a few times. 
    HTH
    Scott
    Ah yes, I suppose i should use claws instead. But thats not in pacman. Bah. Oh well

  • HT201342 How will this benefit me. I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

    I have been asked to set up an Icloud account by Apple.
    How will having another icloud email benefit me. I have my work email which is all i require, but had to set up a @me account to get email on my Macbook.
    I have a Mac computer that i upgraded to Mountain lion, a macbook pro and an iPhone 4s which has the latest software. all i want is simplicity and to have one email account which which will not duplicate everything 4 or 5 times.
    My notes are duplicated, i have to delete my emails individually on all devices so whenever i put my phone on, all the emails i have deleted at work re-appear on my phone and again the same thing happens on my Macbook pro. I seem to spend all my time deleting emails 3 times.
    Is there something simple in the set up of these that i am missing?
    Any help would be appreciated

  • Hello,  My old email address which I have used as my apple id for 10 years is being made redundant. I have changed the email address to a new gmail one and this is my new apple id. But my iMac has not recognised this. It keeps saying it wants the pa

    Hello,
    My old emails address which I have used as my apple id for 10 years is being made redundant. I have changed the email address to a new gmail one and this is my new apple id. But my iMac has not recognised this. It keeps saying it wants the password for my old email address. I have seen some advice on these forums which suggest signing out of iCloud and then back in again. But when I start doing this it asks me if i want all the photos deleted that have not been downloaded onto the mac.
    I have had an iCloud account for quite sometime and I'm afraid of losing everything in my cloud if i sign out and sign in with a new id.
    Is this fear realistic?
    I know I can change back to my old email, sign out and then sign in wight he new one...
    Please help!

    This did not work for me.  My old email account for iCloud still pops up on my screen every time I open my macbook.  I've deleted it, reset it, every thing I can think of and it still shows up.  I think six months of this is more than enough time to wait.
    RDG

  • Need help I have iPhone (iOS x 7 was the last software update ) I need to install a flashplayer to view links in my email but I don't know which product try or which one works for my mobile device iphone 4....plz help

    Need help I have iPhone (iOS x 7 was the last software update ) I need to install a flashplayer to view links in my email but I don't know which product try or which one works for my mobile device iphone 4....plz help

    Hi shannonr98244154,
    Flash player is not supported on mobile devices
    -Varun

  • With multiple Oracle Clients how do you know which one ADO is using

    Currently using Oracle client 8.1.7 to connect to a 10g database with the following connection string.
    Driver={Microsoft ODBC for Oracle}; CONNECTSTRING=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=10001))(CONNECT_DATA=(SERVICE_NAME=Falcon2))); uid=Falcon;pwd=*******;"
    If I add a second, newer client, how do I tell ADO to use the newer client?
    Thanks,
    Dave

    Go to icloud.com, sign into each of your iCloud accounts and see which one(s) contain your data.

  • Using Outlook as default email client doesn't work in one important way

    I'm using Outlook 2011 as my default email client, and have set it in all the places I can, as the default email client. It works as I want in almost every place - eg clicking links in websites opens an Outlook email - so that's great.
    BUT I often want to right-click a file and send as an email attachment. Using 'Compress and Email' or just plain 'Email' (added by customising the context-menu) opens up Apple Mail - which I haven't even set up. This is very frustrating, and makes the job of sending a file by email direct from within the Finder much more clumsy.
    Any ideas on how I can invoke Outlook in this way will be much appreciated, thanks.
    Jeff

    Sorry guys... I'm a recent mac-switcher, and was immediately frustrated by the (apparent) lack of features in the Finder. Sorry! Now I'm utilising Pathfinder, which I have come to love - and of course those context menus are in there, not in Finder. So it seems likely that the problem lies within the Pathfinder app, rather than OSX. Your comments have illuminated the blindingly obvious for me. Sorry!
    As a matter of interest; how do YOU quickly email a file out, when you've located it in a Finder window?
    Thanks

Maybe you are looking for

  • Need a new Apple id for my daughter, but have a question first.

    My daughter had an ipod touch and we used my wife's apple id to put songs on it. Now we just bought her a new iphone and think its time she had her own apple id.  If she creates one, can we still put her music from her ipod onto her phone? Thanks for

  • Cannot scan from HP Color Laserjet 2840 All In One Any Ideas?

    I have a Mac Book Pro with OS 10.5.8 on it.  I recently had my MAC in for service and a full reinstall of the OS was necessary.  I was hoping that once I reinstalled the OS and other programs that everything would work.  Apparently I was wrong.  I co

  • Veeam back to tape after Backup Exec completes

    Yes, it's possible to use 2 mentioned solutions together. Hope, you're using Veeam latest version as it has enhanced support for tape devices. If not, have a look: http://www.veeam.com/kb1816 Tapes don't have to be directly connected to Veeam Backup

  • Re: functional spec for ABAP query

    Hi gurus I need one model functional specification for ABAP Queries amk

  • What are _org files?

    Hi All I've just uploaded a bunch of .jpg files to my website using Dreamweaver 8 from my local Windows XP machine. I notice that for every file there is also another file called filename.jpg_org. This is both on the local folder and the remote websi