Mail Stops Responding While Sending Messages

Mail has been freezing on me a lot lately when I am sending a message. I tried to find a pattern, and it seems the problem is multi-tasking. Since I have Activity Viewer open all the time, I can see what Mail is doing. If I send an e-mail and try to do something else in Mail before the message is sent (as shown in Activity Viewer), then Mail stops responding. This something else could be opening the original message, opening a different message, deleting a message, filing a message, viewing a different folder, etc.
Does anyone know why this happens and if there is anything I can do?

I am seeing the same issue just as you described. Have you managed to find a solution? It just seems to be a recent problem.

Similar Messages

  • Mail stops responding when opening messages, replying, etc...

    For the last few days I've been having an excessively annoying problem with Mail. Almost every time I select a message to view it hangs and goes unresponsive until I force quit it, normally I'd think it was because the message was large and it was just taking a long time to load it, but it happens even with completely text-based emails with only a few lines in them. It also happens when I try to reply to emails sometimes. The Mail app support folder is only 145MB, and I've tried restarting my computer and it still doesn't work.
    Mail also doesn't seem to be hogging memory until it goes unresponsive.

    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    Have you installed Safari 3 Beta ? If so, uninstall it and see whether that makes a difference.
    Do you have any Mail plug-ins or system utilities that could interfere with Mail? In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/InputManagers/
    /Library/Mail/Bundles/
    ~/Library/InputManagers/
    ~/Library/Mail/Bundles/
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • I am sending a mass e-mail out to my mailing list and the mail program gets locked up and stops responding before sending the e-mail?

    I am sending a mass e-mail out to my mailing list and the mail program gets locked up and stops responding before sending the e-mail.  How can I fix this issue?  I have done it in the past successfully.

    Holly, how many are you sending to?
    Are you using the To; or BCC: field?
    Individual names or Groups?
    I suspect one malformed address at the moment without much else to go on.

  • What does this mean? The mail server responded: Too many messages. Please check the message and try again.

    I use BT yahoo mail with Thunderbird 24.6.0 in the last few days i've started getting this message when sending messages:
    An error occurred while sending mail. The mail server responded: Too many messages. Please check the message and try again.
    Now sometimes the messages are sent anyway and sometimes not. If I re-send sometimes it works and sometimes not. I've contacted BT 'tech support' who tell me there is nothing wrong with them or their servers and as webmail works ok they won't help. I strongly suspect it IS a BT issue, Any clues to fix this?

    The message means BT are lying basically. I have just spent the best part of an hour on chasing what limits BT place on mail sending... the internet contains a void.
    The closest thing I can locate is a BT rep here https://community.bt.com/t5/Email/E-Mail-message-limit/m-p/1045228/highlight/true#M17523 refusing to identify what limits they impose but advising their switch to critical path has more stringent controls. AFAIK Critical path is ca mail software solution sold by OpenWave Messaging http://owmessaging.com/
    So your paying for a totally undefined service. Congratulations!

  • Error trying to send email -- IOException while sending message

    Email is successful when:
    I run my application through JDeveloper
    or
    when I use a classpath, but if I try to execute app via a jar file, i get the following error message: IOException while sending message.
    The jar file does include mail.jar and activation.jar.
    Below is my email code:
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class JMAR_Mail {
    private String sendTo;
    private String sentFrom;
    private String host;
    private String messageSubject;
    private String messageText;
    private MimeMessage msg;
    public JMAR_Mail() {}
    public JMAR_Mail(String sendTo, String sentFrom, String _host) {
    sendTo = _sendTo;
    sentFrom = _sentFrom;
    host = _host;
    public void setEmailSubject(String _messageSubject) {
    messageSubject = _messageSubject;
    } // end setEmailSubject
    public void setEmailText(String _text) {
    messageText = _text;
    public void sendEmail() throws MessagingException {   
    // create some properties and get the default Session
    Properties props = System.getProperties();
    props.put("mail.smtp.host", host);
    Session session = Session.getInstance(props, null);
    InternetAddress addr = new InternetAddress();
    // parses comma separted list of email addresses
    InternetAddress[] address = addr.parse(sendTo);
    msg = new MimeMessage(session);
    msg.setFrom(new InternetAddress(sentFrom));
    msg.setSubject(messageSubject);
    msg.setText(messageText);
    msg.setRecipients(Message.RecipientType.TO, address);
    msg.setSentDate(new Date());
    Transport.send(msg);
    } // end sendEmail
    }

    You don't want to include those jar files in your jar file,
    you want to reference them:
    http://forum.java.sun.com/thread.jspa?forumID=43&threadID=762763

  • Error while sending message.

    Hi,Could anyone explain the below error message and tell me how can we solve this?
    Error while sending message: com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=NDE_CLNT200;TS=;AN=Z_FI_OUTBOUND_SAP_TO_SIP;ANS=urn:sap-com:document:sap:rfc:functions;
    Regards,
    sai.

    Hello,
    I have the same problem here. I already did many times redefine the wohle szenario and also tried out many different adapters. But any time I get the same error message. I checked the agreements and determinations very carefully. The Test in IDR said this:
    Senderagreement
    <not found>
    <Trace level="1" type="B">SENDER AGREEMENT SIMULATION</Trace> <Trace level="1" type="T">Simulating Adapter Engine...</Trace> <Trace level="1" type="T">Simply trying to loolup for the most specific Sender Agreement object</Trace> <Trace level="1" type="T">no objects found</Trace> <Trace level="1" type="T">Note that real results may differ</Trace>
    Receiverdetermination
    | BusSys_A | MI_HTTPtoJDBC_HTTP
    <Trace level="1" type="B">CL_RD_PLSRV-ENTER_PLSRV</Trace>... (4 Zeilen)
    Interface-determination
    | BusSys_A | MI_HTTPtoJDBC_HTTP | | BusSys_B
    <Trace level="1" type="B">CL_ID_PLSRV-ENTER_PLSRV</Trace>... (4 Zeilen)
    Interface-Mapping
    <not found>
    Runtimeerror
    com.sap.aii.utilxi.misc.api.BaseRuntimeException thrown during application mapping com/sap/xi/tf/_MM_HTTPtoJDBC_Input_: RuntimeException in Message-Mapping transformatio~
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>... (152 Zeilen)
    I hope you can help me getting it working. thank you

  • SOAP Receiver- Error While Sending Message: 500 Internal Server Error

    Hello,
    Our scenario: IDoc to SOAP
    I have added a third party system in the SLD and have used the same in my ID configuration.
    An idoc will be triggered from R/3, which will received in PI, PI will transform the IDoc into SOAP message for the third party system.
    I have tested the scenario in ID from Interface Determination and its successful.
    But when i try to try to test it from RWB, using Test Message in Adapter Engine, I get an error,
    "Error while sending message:500 Internal server error"
    If we test it using a testing software like SOAP UI, it works fine but from PI we get the error mentioned above.
    Regards,
    Abhishek

    Hello,
    Since the IDOC adapter resides on the ABAP stack, you can use this URL instead (it will be sent to the integration engine as Venkata suggested)
    http://host:port/sap/xi/engine?type=entry
    Also check your firewall settings from PI to the third-party system.
    Hope this helps,
    Mark
    Edited by: Mark Dihiansan on Feb 7, 2012 11:48 AM

  • " Error while sending message: 500 Internal Server Error" RNIF Adapter

    Hi,
    I have configured B2B integration as   Sender : RNIF adapter &  Receiver: XI Adapter.
    I am  able to test the configuration successfully in ESR and ID. But, whille testing with RWB using same test data, i am getting the following error:
    Error while sending message: 500 Internal Server Errot.
         Could you anybody help me, what could be the reason? Even i am not getting any error messages in SXMB_MONI.
    Thanks
    Laxman

    Hope this helps..
    -Is the 500 internal SErver Error in RWB is only for this issue and the message is successfully processed in SXMB_MONI?
       Could be the PI Service User :PIAFUSER(Adapter framework user) login crendential issue or run out time error.
    Try taking the payload from sxmb_moni and enter  it in RWB > Adater engine> Test Message Tab > give proper sender interface information , enter payload and try sending message.   check what is behaviour

  • Final cut pro HD, application stops responding while attempting to open

    I was using fcp 3.0.2 on a 10.3.5 G4, added the updates for os 10.3.6,10.3.7,10.3.8,10.3.9, then upgraded to QT 7pro, all yesterday. then upgraded to fcpHD from a production suite that I had but hadn't installed for about a year. now fcpHD stops responding while its starting up, always at the same spot when it says" loading audio filters", i tried starting fcp3 and it also stops responding during the application start up. any suggestions on ressurecting fcpHD or even 3? thanks, TB

    Welcome to the forum thomas93!
    Post more about your Mac... when was the last time you rebuilt the startup disk from the ground up? Might download and read my article on just how to do this. It's in the first issue of the Creative COW magazine... free pdf download after registering here: http://magazine.creativecow.net/index.html
    It sure sounds like your software is all messed up...
    I'd trash your preference files for FCP found here: User/Library/Application support/Final Cut Pro User data folder, then see if it opens... if not I'd erase the hard drive and start over ESPECIALLY if your mac didn't come with Panther, and you just "upgraded" to it from an earlier OS long ago... You'll need to backup everything you want to save first... or install a new ATA in your Mac, and install Panther on it, then the FCP software you have. You'll not need to install any earlier versions either, just have your serial number for the older version you're upgrading from ready when you install FCP HD.
    You also should be running QT 6 NOT QT 7 unless you upgrade to Tiger.
    Jerry

  • Imp: Error while sending message: 500 Internal Server Error

    Hi all
    while testing my scenarios- by sending the message through component monitoring in RWB I get the following error in Integration Server
    <b>"Error while sending message: 500 Internal Server Error "</b>
    It seems that integration server is not picking up the messages.
    Can anyone help me on this?
    thanks
    Abhishek

    Hi Abhishek,
      Check whether the integration url is pointing to correct one something like http://host url:http port/sap/xi/engine?type=entry.
    Please do refer the below blog:
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    Regards,
    Prasanthi.

  • Adobe X pro 10.0.0 stop responding while saving the pdf file as word

    Adobe X pro 10.0.0 stop responding while saving the pdf file as word, i chose file>save as>microsoft word>Word Document.
    I tried to install on the X pro on another machine and tried to convert also the same issue.
    Any help? please advice

    I suggest you bring Acrobat up to 10.1.2 by appltying the most recent maintenance.
    Ken Friedman

  • Internet Explorer stops responding while using CodedUI test builder to record a test

    Hi,
    Here is my problem description:
    Internet explorer (9, 10, 11) stops responding while using CodedUI Test Builder to record a test scenario in IE. I am not able to input any values or click any buttons or perform any action on IE while recording a test on a remote desktop (visual studio
    and IE are both on remote machine). Also tried by directly accessing the machine but no luck. The test builder says 'could not record the last action...'
    A hand-coded script plays back fine without any problem.
    System Details:
    OS: Window 7 Professional with SP1 64-bit
    Browser: IE 11 (tried with IE 9/10 also with no luck)
    Visual Studio 2013 Ultimate Edition
    I have tried the following from my past similar experiences.
    1. Checked that I am recording on 32 bit IE
    2. Tried with IE 9/10/11
    3. Reset IE to factory settings
    I will appreciate if someone can share some thoughts on the likely problem(s) and any recommended solution.
    Regards,
    Pankaj

    Hi Pankaj,
    >>'could not record the last action...'.
    Actually it means that the coded UI test builder doesn't record the actions, I met this issue before when my machine is so busy, so I will get this issue if I record the steps so quickly.
    I'm not very sure that how you connect to your remote desktop and record the actions, but like the above actions, we have to make sure that the steps were recorded in the Recorded Action window like A.
    If not, please delete the steps from the no-recorded steps and re-record them again, maybe you could record the steps slowly.
    I doubt that the remote connection impacts the recorded actions performance.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Itunes 7 stops responding while updating library iTunes for windows

    itunes 7 stops responding while updating library iTunes for windows. it get about 75 percent done then, freezes, task manager says itunes has stopped responding. any help out there?

    the update might be choking on a song file (or files).
    finding which song file is involved can be tricky. but some folks have been having some success using Roy B's instructions from the following post:
    Roy B: Re: iTunes 7.0.1 crashes every time I open it

  • Não estou conseguindo enviar e-mail utilizando SMTP Email Send Message vi.

    Não estou conseguindo enviar e-mail utilizando SMTP Email Send Message vi. Uso a versão 8.6. Aparece a mensagem Error 66 occurred at TCP Read in NI_SMTPEmail.lvlibMTP Email TCP Read xTP Reply.vi:2->NI_SMTPEmail.lvlibMTP Email Command.vi:1->NI_SMTPEmail.lvlibMTP Email [QUIT].vi->NI_SMTPEmail.lvlibMTP Email Close Session.vi:3->NI_SMTPEmail.lvlibMTP Email Send Message Charset.vi:2->NI_SMTPEmail.lvlibMTP Email Send Message.vi:1->teste1.vi   
    Attachments:
    imagem.JPG ‏160 KB

    Bom dia Jean_ebrax,
    o VI SMTP Email Send Message não suporta servidores SMTP que requerem autenticação. Se você quiser continuar utilizando este VI, você pode utilizar um servidor SMTP Local para testar o seu código. O link abaixo é de um servidor free:
    http://www.softstack.com/freesmtp.html
    Para mais informações, consulte este link:
    http://digital.ni.com/public.nsf/allkb/57597451D40737058625729900589452?OpenDocument
    Agora caso você queira utilizar servidores autenticados, você pode utilizar a plataforma .Net da Microsoft. Abaixo segue um exemplo:
    https://decibel.ni.com/content/docs/DOC-2401
    Estou a disposição para quaisquer esclarecimento.
    Atenciosamente,
    Ricardo Ramos
    Engenheiro de Vendas - Sul
    National Instruments Brasil

  • What is the mail domain used to send messages ?

    my anti-spam (Cisco Ironport)  locked mail used by Adobe. What is the mail domain used to send messages ?

    Cesarg50409568 what Adobe software or service is your inquiry in reference to?

Maybe you are looking for