Outgoing Mail stops working

My parents have an iMac with 10.3 and have a pop account with PraireWave. Mail has worked fine for over 1 year. Recently a problem has developed where new mail will not send. Restarting the machine solves the problem.
Any ideas?

Bryan,
Welcome to the Discussions.
Is it possible that PraireWare has changed the name or authentication for the SMTP used as Outgoing Server? Many ISP are making changes in this regard, as they fight SPAM. Sometimes the old method is honored, for a time, and may be inconsistent during the transition period to the new SMTP or new authentication requirement.
More info, please.
Ernie

Similar Messages

  • SMTP Server down/Outgoing mail stopped working

    Wednesday morning, July 1, my outgoing mail stopped working.  I'm using Mac Mail on OSX Yosemite.   Incoming mail is working just fine.  Outgoing says it can't make a connection.I have it set as smtp.comcast.net port 465 Use SSL is checked.  Password authentication.  I have rebooted the router (which came from Comcast).   I've tried unchecking password authentication, chaging to port 567.  Nothing works. 

    dougc84 wrote:
    No.. Still isn't working.  I tried the .plist edit solution (which frankly, seemed like a bad idea)  and deleting all the comcast entries from the keychain.  I was prompted for a password when receiving mail, but sending mail is still not working. 
    dougc84 - I've sent you a private message.  
    Private Messages (PM's)
    At the top of each Forum page you will see a small envelope
    This is the icon for Private Messages, referred to as `PM's'. A Private Message is a way to communicate in private, to another User, Moderator, or Administrator out of public view in the Forums.
    The gray envelope icon will have a number next to it if you have any new messages waiting.
    To open a PM to read it, double click on the envelope. If you click on the white envelope a window will open with tabs for your Private Message Inbox, Sent Messages, Friends, Ignored Users, and Compose new Message. You can also access this area by clicking on the Username in a Thread or post. By default, Private Messages are enabled. You can disable this feature in My Settings>Preferences> Private Messenger.

  • Outgoing Mail stopped working

    Connection Doctor shows all green lights.
    Message when trying to send:
    Cannot send message using server...
    The sender address xxx@xxx was rejected by the server smtpout.secureserver.net.
    Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be sent.
    I have a me.com address and another one from GoDaddy.
    When logging into GoDaddy, email works fine, sending and receiving.
    me.com works fine, sending and receiving,
    the GoDaddy account receives but does not send.
    On my MacPro (early 2008) and MacBookPro 10.7.5.
    This problem just started.
    The drawer under the Connection Doctor window has a long message log, but I hesitate to paste all that into this post, but will do so if it helps identify the issue.

    Email client still won’t connect | Forums | Groups | GoDaddy Support

  • I upgraded the software on my Time Capsule and outgoing mail stopped on my Mac Air

    Hi
    I upgraded the software on my Time Capsule and outgoing mail stopped on my Mac Air
    My colleagues are using my Time Capsule on their Mac Air (with Lion OS System) and Dell with MS OS System.
    I am on OS X 10.6.8 and was sucessfully using SMTP for outgoing mail .... after my update for the Time Capsule, Mail on my Mac Air stopped
    Why?
    Thanks in advance
    Jan

    Hi Garmulewicz,
    Can you tell us a little bit about the SMTP service? What port is it set to use? Authentication SMTP? Have you tried manually sending over Port 25, 587 or 465? If you bypass the Time Capsule can you confirm that SMTP traffic still works behind the same modem?
    I've personally never seen an update break SMTP, that would imply that the update somehow is blocking the port where SMTP is occurring. What if you configure a personal GMail account or something else, does that work?

  • Why does mail stop working?

    Why does mail stop working when it has worked fine for years?

    OK, thank you.  I use apple for e-mail.  I have an @me address and I have long subscribed to mobile me, which has recently become icloud.  Yesterday the @me mail account appeared to stop recognizing my e-mail password for my primary mail account on my two imacs but not on my ipad.  The most recent e-mail I have received on my imacs is 7:16am yesterday, but I know from my ipad that I have received numerous e-mails since then.  I have other mail accounts, including one for the school where I teach.  I am receiving e-mail on the school account ok.
    I made no changes to my password or otherwise for my primary mail account any time recently.  I also still have my @mac address.
    Generally, I do not understand icloud.  I do not understand how to sync information across computers.
    When I go to preferences in mail and I click and accounts and account information, I do not understand anything that I see there.  When I try to re-type my password, there seems to be no way to save it except to switch to another mail account.  I know from past experience that if I attempt to fix whatever might be wrong with mail I do not know what I am doing.
    Any information would be helpful.  Thank you.

  • TS3276 Icloud mail stops working 3 minutes after I sign in

    Icloud mail stops working every time I sign in, for some reason it just freezes wherever I am working. No idea

    mellfrommountain brook wrote:
    When I try to log onto a new site the blue line in the text box freezes and the connection does not take place. This happens about 5 minutes after logging on.
    There are many possible reasons for that.
    Most likely a corrupted cookie or cache file for that site may be responsible.
    On the Safari menu bar got to Safari -> Empty Cache
    Then go to Safari -> Preferences and click on the 3rd symbol from right.
    Click on Details -> type the name of the particular site (e.g. facebook) in the search field and delete all upcoming entry's.
    Restart Safari and try again to log in on the site.
    Lupunus

  • Mail stopped working

    I have had this iTouch for 10 days now. I have version 2.0.2(5C1) and everything was working perfectly until I connected the iTouch to my Mac Powerbook today. Then, Mail stopped working altogether. Send or Receive is not working. I just see a "Checking for Mail..." sign at the bottom of the screen when I go into an Inbox (gmail, me or company email). All other apps seem to be working fine.
    Any suggestions (other than to throw this wonderful POS out?) I actually do mean "wonderful" because I did love this until today. Maybe the "Mobile me" is screwing this up....thoughts?

    Hi CInglez ,
    Do you care to share what the solution was? I thought when you ask a question on forum and hope that people reply, should'nt you update if you have resolved the problem.
    Anyway, you are not obliged to anyway.
    Just wanted to update that i was facing the similar issues.
    OCS version: 10.1.2.4
    OS: SuSE 9 Update 3
    Issues: Could not telnet on OCS server localhost on port 25, even though the listener_es and all email processes were running.
    Solution: set the stack size to 512
    Step by step instructions to resolve:
    1.logon to the terminal running ocs apps server as oracle user
    2. run ulimit -a and you will find that stack size is set to unlimited (assuming you have it to default)
    3. set stack size to 512, by running the following command:
    ulimit -s 512
    4. run ulimit -a and ensure the value for stack size has changed.
    5. from that same session run: $ORACLE_HOME/opmn/bin/opmnctl stopall
    5. Now start all the process from that same session: $ORACLE_HOME/opmn/bin/opmnctl startall
    This has resolved the issue for me, to set this parameter permanently please follow the metalink note # 395083.1
    Hope this helps.
    Thanks,
    Dipak

  • Mail stopped working - closes within 2 seconds

    As of 2/14 my iPhone mail stopped working. I lauch the application, it opens briefly and immediately closes. I link to Road-runner through Outlook on the PC and have MobileMe for push syncing.
    After completely reinstalling the email accounts, MobileMe, etc. the problem persists. It opens, now appears to be searching for a connection (a first) then shuts down.
    Any ideas?

    I had this same problem yesterday happen all of a sudden. My iphone is less than a month old and email has worked fine. I had two mail accounts on my phone, one mobileme & one gmail for work. The phone would seamlessly give me my email for both accounts, I thought it was pretty sweet. Then yesterday, I went to open my email and it would open for 3 seconds and close. If I switched from gmail to mobileme, it was sometimes staying open longer, but would still close. I called tech support and they had me reset the phone twice and finally restore the phone from backup. That didn't work either. Unfortunately, the only thing that finally worked was to delete the Gmail account from my phone. Now mail is working just fine. I plan to go to the Genius bar so I can put my Gmail account back on my phone.

  • Mail stopped working on Airport Express wifi.

    Using Airport Express.  Suddenly, only Mail stopped working on my iPad & iPhone, using my home Airport Express.  Other internet site work.  Mail works on different wifi network. I deleted Yahoo Account in iPad Settings.  Re-entering the Yahoo Account gives the msg "IMAP server 'apple.imap.yahoo.com' is not respondig.  Check network connection ant that you entered correct info in 'Incoming Mail Server' field.

    Had the very same problem with ATT DSL and mail @ my domain. Tried everything including pestering the crap out of my hosting service. Turned out to be AirPort Extreme firmware version 7.6.4 (the latest). I downgraded with Airport Utility to 7.6.3 and all is fine.

  • Mail stopped working after replacing primary HD

    Apple Mail stopped working after replacing and restoring the Main Hard Drive in the upper bay.  Internet connection is good, and the Mail client troubleshooting (Comcast) was no help.  I can start the App, but it does not retrieve or send mail through Comcast anymore.  I have a MacBook Pro with the same settings and Mail works fine.

    Thanks for replying.
    This is odd because my PowerMac G5 with Leopard Mail cannot receive or send email.  Connection doctor is showing all red dots on every email account with Comcast (BTW, GMAIL accounts okay).  On my Blackberry, and my MacBook Pro (Lion), the setting are all the same, passwords, etc., and the later two have no issues.  I even created a test Administrator Account in "Accounts" in System Preferences on the G5, logged into the Test Account and tried to create a new mail account with the same settings, and yet during the set-up (Welcome to Mail), I get an error message that says Mail cannot log into Comcast's POP server with the current settings.  I have also tried changing passwords, no help. Also the usual disk repair, permissions,  motherboard resets, zapping PRAM, etc.
    Out of ideas...
    Thanks for any help...

  • Mail stopped working. Now get blank screen with icons (delete, file, forward, etc) at top. Then goes blank. iPad 2 purchase 12/11

    Mail stopped working. Now get blank screen with icons (delete, file, forward, etc) at top. Then goes blank. iPad 2 purchase 12/11

    Try to reset your ipad and/or force quit the mail app
    Reset
    Hold down the sleep and home keys for about 20 seconds. When you see the silver apple, let go and let it reboot. No data will be lost.
    Force close an app
    Double tap the home button. When you see the app previews on the screen scroll sideways if needed to get the preview in question on the screen. Flick that preview up and off the screen to close the app. Single tap the home button or home screen preview to exit the mode.

  • Imap in mail stopped working

    Mail stopped working and indicated fault with regard to IMAP settings. These have not been changed and always worked. The respective web and mobile interfaces work without issues.

    i945028 wrote:
    Mail stopped working and indicated fault with regard to IMAP settings. These have not been changed and always worked. The respective web and mobile interfaces work without issues.
    Why not tell us who is your email provider.

  • Exchange mail in mac mail stopped working

    I have been using a exchange IMAP mail on my mac mail for several years now. Recenty the volume of emails in my inbox was exceeding the size limit set by the administrator. I created seperate mailboxes on my mac to store old emails, which was working fine for sometime. However, all of a sudden one day, my mail stopped working correctly: The inbox is constantly thinking (the circiling bars are always circiling), it does not move emails to my offline mailboxes, it does not erase emails, it take at least 15 minutes to receive and/or send emails. I have tried to update the envelope index but no change. I have the same account on my ipad and iphone, and both work fine, only on my mac book (lion ISO) is it not working.
    Any suggestions would be much appreciated.

    Reset SMC.   http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    For More Info. http://support.apple.com/kb/HT2090
    Best. 

  • Why has my e-mail stop working

    Why has e-mail stopped working?  I keep getting "cannot get mail the connection to the server failed" message

    Hi Coffe5595,
    Thanks for visiting Apple Support Communities.
    The troubleshooting steps in this article can help if you're having trouble receiving email on your iPhone:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Cheers,
    Jeremy

  • My work e-mail stopped working after upgrading to 5 ios.

    My work e-mail stopped working after upgrading to 5 ios, I get the message that the mail server is not responding. Verify that you have entered the correct account info in mail settings. the information is correct and worked until I updated.

    That means you have to restore the device with iTunes now. So connect the iPad to your computer's iTunes and restore the iPad.
    iTunes: Restoring iOS software

Maybe you are looking for

  • Not Hier node levels we need Hier Node Descriptions

    Hi. Guys. I  come accross with issue like we have 0prod_hier with different hier node levels and we need Hier node descriptions in place of node levels after executing the report. So I have changed Level 01 Level 02 Level 03 ......... with Desc1 Desc

  • Firefox 6.0.2: Periodic freezes every minute (60")

    My problem is as follows: everything worked fine with my Firefox on all my computers. All of them were sync'ed with firefox sync (including my mobile). Then, on my Windows 7 Home Premium 64-bit desktop (Q9450 CPU, 4Gb of RAM, Asus P5KC motherboard In

  • What is the MAX. limit of a Message which PI can Handle?

    Hi Experts,    We have one requirment where in we need to send a large data which contains some Memo Fields as well as Photo & PDF document thru PI Web-service scenario. we would like to know is there any Message Size Limit at PI side. is there any s

  • Is it possible to change the UNAME using the FM 'HR_INFOTYPE_OPERATION'..??

    Hi folks, I'm trying to bring an infotype record from a SAP Server 'A' to a SAP Server 'B'. The users want an 'Z' application to do it. I thought to use the HR_INFOTYPE_OPERATION to INS (insert) or MOD (modify) the record, getting the data from A and

  • Nokia 7100 supernova inbuilt memory too small

    is it possible to expand the memory of this device.? Message Edited by steph35 on 28-Dec-2009 11:22 AM