Using mail for a yahoo account

Is there any way I can use Mail for my yahoo mail account?

This will only work if you are not a resident of the US. Or so I am told.
1. Log into your yahoo account using your web browser
2. Click on options
3. Click on pop access and forwarding
4. Click on web and pop access
5. Set the setting to how you want them.
6. Set up mail to access your yahoo account.
HTH

Similar Messages

  • HT1338 I can no longer use Macmail for my btinternet account.  I was advised to delete the imap account and begin again with a pop account for incoming mail.  My Macbook will not let me do that and neither BT nor Yahoo have been able to help.

    I can no longer use Macmail for my btinternet account.  I was advised to delete the imap account and begin again with a pop account for incoming mail.  My Macbook will not let me do that and neither BT nor Yahoo have been able to help.

    Btinternet being your internet service provider? If I'm correct, have you followed their directions:
    http://btbusiness.custhelp.com/app/answers/detail/a_id/7073/c/2048,2053,3883,206 5
    Just found a seemingly newer article (and there are several more on the right of those pages):
    http://btbusiness.custhelp.com/app/answers/detail/a_id/7071/related/1/session/L2 F2LzEvdGltZS8xMzU0NzI1NTMyL3NpZC9qaThFVi1jbA%3D%3D

  • Problem in sending mail for a pop3 account using transport.send(msg)

    hi,
    i am having problem in not able to send mail for a pop3 account ...
    I have written an email gateway which listens to my pop3 account...on email arrival it listens nd extract the contents and send it as an sms msg...upon failure it needs to deliver the mail to sender id.I am using quartz to listen.
    i am using jboss for server and java mail api.
    here is my code
    MimeMessage mimemsg = new MimeMessage(session);
                                                           mimemsg.setFrom();
                                                           mimemsg.setRecipients(Message.RecipientType.TO, to);
                                                           mimemsg.setSubject(subject);
                                                           mimemsg.setText(parsedText);
                                                           mimemsg.setSentDate(new Date());
                                                           mimemsg.setContent(strBuff.toString(), "text/html");
                                                           System.out
                                                                                    .println("Before sending mail");
                                                           Transport.send(m);
                                                                System.out.println("message sent successfully");
    excepition i am getting is :
    2008-09-12 11:45:11,140 INFO [STDOUT] Before sending mail
    2008-09-12 11:45:11,140 ERROR [STDERR] javax.mail.IllegalWriteException: POP3 messages are read-only
    2008-09-12 11:45:11,140 ERROR [STDERR]      at com.sun.mail.pop3.POP3Message.saveChanges(POP3Message.java:438)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at javax.mail.Transport.send(Transport.java:97)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at com.openstream.emailgateway.sources.ListenEmailGateway.execute(ListenEmailGateway.java:422)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at java.lang.reflect.Method.invoke(Method.java:585)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:495)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:116)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.ejb.Container.invoke(Container.java:960)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at java.lang.reflect.Method.invoke(Method.java:585)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    2008-09-12 11:45:11,140 ERROR [STDERR]      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor.delivery(MessageEndpointInterceptor.java:263)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.ejb.plugins.inflow.MessageEndpointInterceptor.invoke(MessageEndpointInterceptor.java:140)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at $Proxy73.execute(Unknown Source)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.jboss.resource.adapter.quartz.inflow.QuartzJob.execute(QuartzJob.java:57)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    2008-09-12 11:45:11,171 ERROR [STDERR]      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    2008-09-12 11:45:11,171 INFO [STDOUT] USer flag ..[Ljava.lang.String;@115c6cb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    as i am writing the message failure details to a template...
         //on failure to send messages , reply to the sender about the failure
                                                                strBuff= tempDetail.writeToTemplate(smsmsg);     
    is that bcoz i am getting an exception

  • Can i use mail for 2 different email accounts?

    I use my MacBook as a work computer and a home computer.
    I dont really like Office for Mac.
    Can I use Mail for work email and home email ( 2 seperate accounts )

    Absolutely, you just need to add and setup the second account in the Preferences menu.

  • TS1307 I am using mail for emails. It receives fine but it will not send. I am using an o2 account (smtp.o2.co.uk). Is o2 incompatible with mail? if so can you tell me which email application I can use instead? Many thanks Steve

    I am using mail for emails. It receives fine but it will not send. I am using an o2 account (smtp.o2.co.uk). Is o2 incompatible with mail? if so can you tell me which email application I can use instead? Many thanks Steve

    Whilst it may not be your fault I am afraid it appears that your post is on a forum which is not the best for your OS. It will save the time of the unpaid volunteers here, and may resolve your issue faster, if you could examine the list below and see if there is a more appropriate forum to which you could direct your question.
    OS X 10.9 Mavericks
    OS X 10.8 Mountain Lion
    OS X 10.7 Lion
    OS X 10.6 Snow Leopard
    OS X 10.5 Leopard
    OS X 10.4 Tiger
    OS X 10.3 and earlier
    OS 9, OS 8 & System 7
    OS X Technologies
    OS X Server
    iPad
    iPhone
    iPod
    Other

  • Since I downloaded IOS7 on my iPhone 4S, a message pop up: Password Required, enter the password for the yahoo account, every time I enter or edit a contact or use the Reminder. Please help

    Since I downloaded IOS7 on my iPhone 4S, a message popup : password required enter the password for the yahoo account, every time I edit or add contact or use reminder. Please help

    SSame here. I get the popup even when a call comes in  I have to clear the popup before I can answer..  Yahoo email is coming in just fine, so I don't even need to update password.

  • I can't recieve or send e-mails from my yahoo account in mail. Also, what should I do to repair the screen of my iPad 2 if I don't have any Apple warranty?

    For some unknown reason, I have been having issues when sending and recieving e-mails from my Yahoo account in mail on my iPad, but can use mail just fine on my iPhone. Why is this, and how do I fix it?
    I accidentally dropped my iPad 2 on Monday, it hit my foot, and the screen cracked. I recieved this iPad some time in August 2011, and no longer have any sort of warrany on it. Should I take it in to Apple and get a replacement, or have a third party fix it? And if so, how much would it cost, and where should I go?

    I am glad we were able to get your email working again. Please reach out anytime you need us.
    Thanks,
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • E71: audio notifications for email using Mail for ...

    I can't get audio (or, for that matter vibrate) notifications for incoming email messages in my Mail for Exchange (MFE) account. 
    My phone is a Nokia E71-2 and I recently upgraded to firmware version 200.21.118 to see if that would cure the problem, but it did not.  I've checked the Profile settings and made sure that email notifications are turned on, but audio notifications still dont work.  For a while, I used Yahoo mail and the notifications seemed to work just fine for my Yahoo account. Unfortunately, I'm much more interested in using my MFE email account.  I thought that perhaps the settings only applied to my Yahoo account so I have deleted it from the phone.  The only active email account on my phone today is the MFE account - but still no audio notifications.
    Any advice would be sincerely appreciated.
    Solved!
    Go to Solution.

    I am not sure if this will work for you guys since I am in the US, but I think I figured out the issue. You need to change the settings for the home screen to alert you when messages arrive in the Mail for Exchange section.
    To do this:
    Menu > Settings > General > Personalization > Home Screen > (Make sure Home Screen is ACTIVE) Mode Settings > Home Screen Applications > E-mail 1 Notification > Select Mail for Exchange
    That should work.

  • Can't open mail on my yahoo account

    can't open mail on my yahoo account just get the spinning color wheel

    When you have mail on your screen, before you try to open mail from your yahoo account, if you click window and connection doctor, for your yahoo accout, does it say 'connection and login to server successful' with a green status? Same for smtp outbound mail?

  • Cannot use Mail Search in Yahoo

    Firefox 6.0.2
    Using Mail Search in Yahoo brings up blank page. Search function works in IE and Chrome.

    Known issue, our QA team working on it, See
    * https://bugzilla.mozilla.org/show_bug.cgi?id=713014
    you can follow the bug by opening bugzilla account and add to CC list :)

  • Pb while getting mails from my Yahoo account

    Hi,
    Since two days geting mails from my Yahoo account doesn't work. It all begun with Mail saying it must rebuild the index at start up. Ok I let it dot it. It then tried to download my whole Inbox from thr Yahoo account and get stuck at some point (I had more than 300 messages there).
    Ok I removed them all and tried again, and now Mail still gets stuck while downloading the first unread mail. The message appears in Mail but the transfer is not completed (the Activity Window shows that sthg is not finished), and I cannot quit unless I force it to quit. I tried different things, but nothing worked (index again, emptying my Inbox in Mail,...).
    Sending emails works fine.
    Thank you for any hint
    Syle

    For the Yahoo contacts, click on the following link for instructions regarding importing contacts.
    http://help.yahoo.com/l/us/yahoo/addressbook/impexp/impexp-11.html?terms=download+contacts+on+palm+c...
    Regarding Express mail subfolders, they are not supported at this time.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/centro/centro_att/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Post relates to: Palm i705

  • How do I stop this message on my iPhone  -  password required, enter the password for the Yahoo account "Yahoo"

    How do I stop this message on my iPhone whenever I am on my message screen ?  -  (password required, enter the password for the Yahoo account "Yahoo")

    Howdy Milwaukee Fish,
    Welcome to Apple Support Communities.
    The article below provides troubleshooting suggestions that can help you resolve the issue that’s causing the repeated prompts to enter an email password on your iPhone 4s.
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Ciao, 
    -Jason

  • Restore factory settings while using Mail for Exch...

    To Whom It May Concern:
    I would like to restore my factory settings but I am concerned that my calendar, contacts and email will be removed from the server because I am using Mail for Exchange.  Is there a safe way to do it?
    Regards,

    djdvalentine wrote:
    To Whom It May Concern:
    I would like to restore my factory settings but I am concerned that my calendar, contacts and email will be removed from the server because I am using Mail for Exchange.  Is there a safe way to do it?
    Regards,
    Resetting the phone will remove MfE mailbox from the phone. When you recreate the account, you can choose what gets synced in the initial sync and which part is authoritative, device or server.
    Help spreading the knowledge — If you find my answer useful, please mark your question as Solved by selecting Accept this solution from the Options menu. Thank you!

  • Not able to create new e-mail on N8 using Mail for...

    Not able to create new e-mail on N8 using Mail for Exchange.
    Currently using google for my domain, but settings are the same as explained on the google Sync webpage: http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=147951
    When creating reply on mail the application crashes.  When creating new mail it says "Kan bewerking niet uitvoeren" in english: "Unable to execute action".
    Any idea why creating mail is not possible?
    Regards,
    Joris

    problem is known
    more info there:
    /t5/Nseries-and-S60-Smartphones/N8-syncing-with-Google-contacts-amp-calendar/td-p/772020
    there is little workaround aslo.

  • Using Mail with no .mac account

    Hi, I know I can use Mail without a .mac account, but how? Everytime I open Mail, I get the 'enter your .mac password' thing, and not having a password, means I can't get any further, into the settings or anything.
    What do I do?
    Mimble

    Check out this article:
    http://docs.info.apple.com/article.html?artnum=106683
    Good luck!

Maybe you are looking for

  • How to tell if item is a folder or volume with applescript or shell script?

    I am working on a service in Automator that will eject the selected drive when it is finished. Unfortunately automator can only tell the difference between files and folders for the service menu. Im wondering if if i can use an applescript or shell s

  • In PLD End of Report in All pages

    Hi Experts, I need to display in printout End of Report in all pages. Eg: My output print in 5 pages means i want to display my end of report in all 5 pages. Thanks, Chandru

  • No power to hard drive and DVD player

    I got a G4 1.67ghz PowerBook of eBay. It powers on with out any problems and goes to the flashing question mark. So I put in a new known good hard drive and tried putting in the 10.5 install disk but the DVD player wouldn't take it. So I hooked an ex

  • Print error - there was a problem connecting to the server - spinning beach ball

    This has happened pre-yosemite and since.  It used to only happen at home but now also happens at work.  Every time I try to print, I get a spinning beach ball and a long delay until I get an error message saying there was a problem connecting to the

  • Evaluate Function in case when

    hi, i want to use evaluate function in case when statement.My req is if report_date=8/31 and sales_qty>30....show 1 if report_date=7/15 and sales_qty>39...show 2.. in the formula section i am using case WHEN "Fact- table"."Report  Date"=evaluate('to_