• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

get my email from an E-mail client

 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi i want to get retrive my emails from yahoomail.com
from my email client thunderbird or outlook.
i guess i would have to connect to yahoomail's smtp server?
how do i connect to yahoo's smtp server?
or is there another way.
is there a paid serveice or something.
help me out?
 
Ranch Hand
Posts: 985
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to purchase Yahoo Mail Plus. It is $19.99 per year and offers 2GB of space. Yahoo Mail Plus also allows POP access.

You can also go with Google's Gmail which is free, offers POP access, and offers 1GB of space.

Regards,
 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too in need of samething, i think MS outlook is not free to acces hotmail.

Is there any free email client tools available ???
Thanks
 
Bartender
Posts: 1155
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Thunderbird Tutorial tells you how to set up your POP3, SMTP settings. However before this will work for yahoo, you need to set up your account to allow the client access. This is done by subscribing to their marketing (No such thing as a free lunch ) rubbish. You can navigate to this via:

Login -> Mail Options -> Pop Access and Forwarding -> Subscribe.

For your settings have a look at the link "View POP Settings" under the "POP Access & Forwarding" page. You should see something like this:

Server Settings
Incoming Mail Server (POP3): pop.mail.yahoo.co.uk
Outgoing Mail Server (SMTP): smtp.mail.yahoo.co.uk
Or your ISP's SMTP server address [What's this?]
Account Name/Username: ZootsAllures
Email address: ZootsAllures@yahoo.co.uk
Password: Your Yahoo! Mail password

Jesse, I've done this for free - however I am in the UK. Maybe it is different for people with USA accounts.
 
Rajan Chinna
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Peter

I tried using Mozilla Thunderbird with
pop.mail.yahoo.com
smtp.mail.yahoo.com
but still not able to connect.......
 
Rajan Chinna
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can't see the following option in my yahoo
Login -> Mail Options -> Pop Access and Forwarding -> Subscribe.

under Mail options there is no "Pop Access and Forwarding" -> Subscribe.
 
reply
    Bookmark Topic Watch Topic
  • New Topic