SMTP error sending mail

My MacBook Pro has suddenly stopped sending email on a number of my accounts using Mac Mail. I'm not aware of any changes to account for this, I just started it up at the beginning of the working day and it would not send. Receiving emails from the affected accounts is perfectly OK.
Using the connection doctor I find these error messages.
HELO unknown-e0:f8:47:42:13:fe.home
then
501 Syntactically invalid HELO argument(s)
Has anyone any suggestions of a cause/resolution?
Thanks

You are absolutely correct, In Mac Mail.
I have been using computers for over 20 years and have used a total of 5 email clients in those 20 years. Mostly Outlook Express, Outlook, Windows Live Mail, Mac Mail and now on all computers, Mac and PC, Thunderbird. With 4 of them I never had any problem sending and receiving mail, and I never had a problem with Mac mail but I used it for a total of maybe 2 or 3 days before I switched over to Thunderbird on OS X and then got rid of Windows Live Mail on PCs and installed Tbird of those computers. I have never had to Delete an account and recreate it in any of those other programs. Once it was set up and working it continued to work for Years.
Like I said in my post above if you do a search someone someplace is always having problems with Mac Mail sending or receiving Email. Without those users making any changes to the mail program, their email account settings or their system. It just stops.
sanjampet wrote:
Deleting and recreating the accounts can also work sometimes.

Similar Messages

  • Write error. [CrystalEnterprise.Smtp]: [Error sending mail message to SMTP

    Hi,
    The below error messgage i am getting while scheduling report in CMC. My report getting refreshed successfully but while posting refreshed file(Excel) it is not posting and throwing below error.
    Error Message:
    write error. [CrystalEnterprise.Smtp]: [Error sending mail message to SMTP server. Return code: [].]
    please provide some help on this.
    Thanks
    Vivek

    Hi Vivek
    Mails to the destinations are delievered by SMTP server. Size of the file in the mail depends on the SMTP server.
    For example, If SMTP server does not permit file size more than 2MB then that file won't be delievered.
    For testing purpose copy the instance generated in Filestore to your local drive and send this instance using your mail client to
    desired destination.
    You can try sending large size file from your mail client to test SMTP server capacity of sending large size file.
    Thanks,
    Hrishikesh Parasnis

  • Write error. [Error sending mail message to SMTP server. Return code: [].]:

    Hi ,
    I am getting the below error when scheduling a report which is larger in size in excel format.
    write error. [Error sending mail message to SMTP server. Return code: [].]: [CrystalEnterprise.Smtp]  
    The same error does not come up when sending the same report in XLS format using outlook.
    Can some one confirm if this error is because of the size of the report as I see a different error in XIR2 incase the size the exceeds the email server limit.
    ~Neethi

    Hi,
    this could be
    Maybe you have different limits for service smtp account (which the BO Server should use) and User smtp accounts.
    Thats why you can sent it via outlook and not from the BO Server.
    Regards
    -Seb.

  • B2B Inbound Error - sender mail adapter - SMTP

    Boa tarde
    Estou tendo um erro quando tento ler uma caixa de e-mail via scenario B2B inbound utilizando sender adapter mail (SMTP)
    estou passando as seguintes informações no adapter sender :
    Transport Protocol: POP3
    Message Protocol: XIPAYLOAD
    URL :smtp://sepcsawi003.xxxx.xxx.
    Authentication Method : Plain
    USER : monit.nfe
    SENHA : XXXXX
    Poll interval(Min) : 1
    Keep Attachments : X
    namespace : http://sap.com/xi/NFE/005a
    interface name : NFB2B_procNFe_OB
    Segue o log extraido do comuncation Channel Monitoring :
    In the Last 20 Minutes Server 0 70_34165 not initialized
    Na sxmb_moni não aparece nada.
    Essa configuração está correta para uso de SMTP com sender mail adapter?
    Entrei na máquina do PI e executei o comando telnet sepcsawi003 25 para acessar o servidor de email.
    Recebi o retorno:
    Connecting To sepcsawi003...Could not open connection to the host, on port 25: Connect failed
    Meu administrador me disse que as máquina PI e Email estão se conectando.
    Vocês podem me ajudar?
    Abs,
    Sérgio Salomã

    Boa Tarde
    Lembrando
                     se for Pop3 a vc tem que ter acesso a porta 110  e IMAP4 143 se não me engano por padrão
    de uma olhada nesse link
    http://wiki.sdn.sap.com/wiki/display/XI/StepbyStepMailToFileScenario
    não esqueça  no adapter sender mail
    na aba module
    Processing Sequence
    1 localejbs/AF_Modules/PayloadSwapBean | Local Enterprise Bean | 1
    2 localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean | Local Enterprise Bean | mail
    Module Configuration
    1 | swap.keyName | Content-Disposition
    1 | swap.keyName | Content-Description
    1 | swap.keyValue | attachment; filename="MailAttachment-1.xml"
    1 | swap.keyValue | MailAttachment-1
    Att
    Ronaldo de Moraes

  • Fixing :there was an error sending mail"

    I am using Adobe Reader 9 and Acrobat 8 Pro on a Lenovo, Windows 7, 64bit machine. When I right-click pdf files from my directories, and select "send", the file attaches itself to a new e-mail (from Outlook) and I can send - no issues. However, if I am viewing an open pdf and I select the e-mail or send icon from the toolbar, I get an error message (first box just says "error", then second box says "there was an error sending mail". I have Googled this issue and, in turn checked my Windows settings for Outlook, etc. I see no issues. I have run Adobe updates - still doesn't work. Any ideas?
    Thanks, Wayland

    What I'm trying to say, that when I update my App there an error appears

  • 'Error Sending Mail :send_mail.ksh: not found'

    Hi all,
    com/btw/pricemaker: under this directory i have kept all the required class files and also the shell script.
    R_ConcatenatorRatingComponent.class
    InputProcessor.class
    InputProcessor$FilesHandler.class
    InputProcessor$BatchStringTokenizer.class
    send_mail.ksh
    set_mail_details.ksh
    OutputGenerator.class
    and i created a jar file
    $jar -cf pmbtw.jar com
    when i run the prog i am getting the above specified error.
    Can any please help me.

    I wrote a function in java to send a mail ,
    if (emailFile.exists())
                sendMail(emailFile.getAbsolutePath());
    public void sendMail(String filePath)      {
           String mailIds = "[email protected]";
           String from = "[email protected]";
           try{
                String sub="<PM>:Alert there are some data mismatch in the file";
                      //subject=subject.replace(' ','~');
                 String body = "These are the records in which NTSCLI Rate is greater than or equal to VOIP rate.";
                   //body=body.replace(' ','~');
                 String exec_command = "send_mail.ksh "+subject+" "+body+" "+mailIds+" "+filePath;
                              Process p = Runtime.getRuntime().exec(exec_command);
                   int exitVal=p.waitFor();
                   if (exitVal != 0)
                        System.out.println("Error Sending Mail: script was not executed");
              catch(Exception e)
                  System.out.println("Error Sending Mail: " + e.getMessage());
         }please any one help me :-(

  • SMTP Error in Mail

    I have just gone from PC to Mac and Input all my email details into Mail. It is a private domian with my own server so I know that it is functioning perfectly fine.
    It is an IMAP account and works fine on a PC but with mail i get an SMTP Error. It just doesn't send the mail and remains offline.
    Any ideas anyone?
    Thanks
    Tim

    Update: ok so this does appear to be a bug with mail in that you can't unselect SSL. The only way I found to get round it is to immediately restart after deselecting it. You'll then need to do this for each account that isn't working it appears.

  • Error sending mail to some domains

    Hi,
    i'm have some problems with my out going email settings. (OCS10G-R1 on Linux RH 3 update 5)
    am receiving emails from any where but i can't send emails to some domains.
    and here is some examples:
    domain/ send to/ receive from
    yahoo.com/ ok/ ok
    hotmail.com/ ok/ ok
    gmail.com/ ok/ ok
    sofrecom.com.ar/ not working/ ok
    cpsps.org.ar/ not working/ ok
    and i cann't figure out the reasone.
    i didn't find any errors regarding the sent emails to the unreachable hosts in the log file.
    the problem is that after i send the message, i get a failiure delivery message
    From: "Mail Delivery Subsystem" <[email protected]>
    To: <[email protected]>
    and the name Attachments if "Anonymous" file
    this info
    inal-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.5.5
    Last-Attempt-Date: Tue, 26 Sep 2006 18:02:14 -0300
    Diagnostic-Code: SMTP;
    555 5.5.4 Unknown RCPT TO:<> parameter:
    Remote-MTA: dns; mail.sofrecom.com.ar
    or other file "Anonymous"
    Final-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.5.5
    Last-Attempt-Date: Tue, 26 Sep 2006 18:10:28 -0300
    Diagnostic-Code: SMTP;
    555 5.5.4 Unknown RCPT TO:<> parameter:
    Remote-MTA: dns; mail-hosting.fibertel.com.ar
    did somebody have the same problem?
    Can I help me?

    I am also facing same problem here...I am using OCS 10g on HP-UX 11.23 v2 platform..Mail receiving is OK from all external domains, but mail sending is not happening to all the external domains..Means I can send mail to gmail.com domain but while I am sending mail to yahoo.com or rediffmail.com it fails.After some time I am receiving Mailer Daemon Failure Message :
    Could not deliver mail: see transcript for details
    Mail Delivery Subsystem [[email protected]]
    Original message (id 241455) received at Tue, 05 Aug 2008 17:35:41 +0530
    from [email protected]
    Message was not delivered to the following addresses:
    <[email protected]>
    Previously I have sent mails to those domains, But now it is not working.
    Anybody please help...
    Thanks a Lot in advance.

  • Error Sending Mail Using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1'

    Dear All,
        I am calling the function module 'SO_NEW_DOCUMENT_ATT_SEND_API1' inside the program to send mail to ( i.e [email protected]) either yahoo or gmail or etc.
    After calling this function module i am getting error message ''Document could not be sent to any recipient'' i.e sy-subrc = 2.
    But i am using same function module with SAPUSER ID as a receiver list its working fine.
    Please let me know why this problem comming to send email to extenal.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                document_data              = doc_chng
                put_in_outbox              = 'X'
                COMMIT_WORK                 = 'X'
           TABLES
                packing_list               = g_t_packing
                object_header              = g_t_objheader
                contents_txt               = g_t_objtxt
                receivers                  = g_t_receivers
           EXCEPTIONS
                too_many_receivers         = 1
                document_not_sent          = 2
                operation_no_authorization = 4
                OTHERS                     = 99.
      CASE sy-subrc.
        WHEN 0.
            WRITE 'The document was sent'.
        WHEN 1.
          WRITE: / 'No authorization for sending to the specified number',
                   'of recipients'.
        WHEN 2.
          WRITE: / 'Document could not be sent to any recipient'.
        WHEN 4.
          WRITE: / 'No send authorization'.
        WHEN OTHERS.
          WRITE: / 'Error occurred while sending'.
      ENDCASE.

    TABLES
    packing_list = g_t_packing
    object_header = g_t_objheader
    contents_txt = g_t_objtxt
    receivers = g_t_receivers
    where is hte body of the content ?
    i think this is missing .
    <b>contents_bin</b>      =   objbin
    just check the same
    regards,
    vijay

  • Error sending mail: incorrect greeting

    Error occurred sending mail: The mail server sent an incorrect greeting: +ok dovecot ready...

    Hi,
    My old computer crashed and Thunderbird was backed up on an online backup which I restored to a folder on my computer. How can I restore my address book and folders?

  • E61 - error sending mail

    There is a bug in the nokia email application. it's impossible to send mail if in the email settings you choose in the "user settings" section "send copy to self" setting to "yes".
    Model: e61i-1
    SW: 3.0633.69.00 06-02-2008 RM-227

    Hi,
    My old computer crashed and Thunderbird was backed up on an online backup which I restored to a folder on my computer. How can I restore my address book and folders?

  • SMTP not sending mail

    I have a dedicated server and until recently it worked just fine.
    My SMPT will not deliver to my own domain.
    My asp.net web app creates an email and sends it to a domain recipient email address but the email just sits in the queue folder. If I change the recipient email to my yahoo account or any other domain then
    the email gets delivered no problem.
    The error I eventually get is.....
    Message delivery to the host 'xxx.xxx.xx.xxx' failed while delivering to the remote domain 'mydomain.com' for the following reason: An SMTP protocol error occurred.
     The SMTP verb which caused the error is 'HELO'.  The response from the remote server is '501 Syntax error in parameters or arguments
    Would be grateful for any help

    Hi,
    Regarding the current issue, please first check what it's using for a DNS server. If you configure it to send to the Exchange server via a name rather than an IP address, then it may be incorrectly
    resolving that name to a public IP. In addition, please also check the settings of the SMTP servers.
    How to help secure SMTP client message delivery in Exchange 2003
    http://support.microsoft.com/kb/823019
    Configure MX Records for Incoming SMTP E-Mail Traffic
    http://www.petri.co.il/configure_mx_records_for_incoming_smtp_email_traffic.htm#
    In addition, the following article may also be useful.
    What to Check When Exchange Cannot Send Email to Certain Domains
    https://blogs.technet.com/b/sbs/archive/2008/01/03/what-to-check-when-exchange-cannot-send-email-to-certain-domains.aspx
    Since it’s an Exchange related issue, I suggest you’d better ask in the Exchange forum. We will get a better assistance there.
    http://social.technet.microsoft.com/Forums/exchange/en-US/home?category=exchangeserver
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Error sending mail

    why i got this error :S
    javax.servlet.ServletException: javax.mail.AuthenticationFailedException
    this happen just in one pc and in other pc works perfect! what happen? :S
    this is my code:
    <%@ page import = "java.util.Properties" %>
    <%@ page import = "javax.mail.*" %>
    <%@ page import = "javax.mail.internet.*" %>
    <%
    // Obtener las propiedades del sistema
         Properties props = System.getProperties();
    // Armar el servidor
         props.put("mail.smtp.host", "smtp.mail.yahoo.com.mx");
    props.put("mail.smtp.auth", "true");
    //Authenticathor
    Authenticator auth = new Authenticator(){
         private PasswordAuthentication pwdAuth = new PasswordAuthentication("ing_dantemr", "xxx");
         protected PasswordAuthentication getPasswordAuthentication() {     return pwdAuth;     }
    // Obtener una sesion
         Session misesion = Session.getDefaultInstance(props, auth);
    // Definir el mensaje
    MimeMessage message = new MimeMessage(misesion);
    message.setFrom(new InternetAddress("[email protected]"));
    message.addRecipient(Message.RecipientType.TO, new InternetAddress("[email protected]"));
    message.setSubject("Hello JavaMail");
    message.setText("Welcome to JavaMail");
    // Enviar el mensaje
    Transport.send(message);
    %>

    Servlet.service() for servlet jsp threw exception
    javax.mail.AuthenticationFailedException
         at javax.mail.Service.connect(Service.java:306)
         at javax.mail.Service.connect(Service.java:156)
         at javax.mail.Service.connect(Service.java:105)
         at javax.mail.Transport.send0(Transport.java:168)
         at javax.mail.Transport.send(Transport.java:98)
         at org.apache.jsp.Untitled_002d1_jsp._jspService(Untitled_002d1_jsp.java:91)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:412)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:318)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:397)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:278)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:240)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
         at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:239)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)

  • Error sending mail with attachment

    When I try sending an email with an attachment using the Mail application from my laptop (MacBookPro), I receive the following error message: " This message could not be delivered and will remain in your Outbox until it can be delivered. Sending the message content to the server failed."
    However, if I send one with no attachment, it works fine. I have checked the server setting many times and it is identical to the one I have in my PC and in my G5. The G5 sometimes works and sometimes it does not work. However, in the PC, it always work. Any idea?
    Jorge

    This sounds like an MTU (Maximum Transmission Unit) problem.
    Are you connected to the internet with your MacBook Pro via a direct ethernet connection to your Cable or DSL modem or thru a wired/wireless router connected to same?
    The default MTU setting for OS X is 1500 which is the highest available. Some ISPs specify a different/slightly lower MTU setting such as 1492. If so, this will prevent you from sending larger messages or messages that contain attachments but text only messages will send with no problem.

  • Error sending mail via JSP in weblogic 5.1

    Hi,
    I am running weblogic 5.1. I am trying to send an email via a JSP page and I get
    the following error in the browser:
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling
    the request.
    and the following error in the weblogic command console:
    Fri Oct 18 18:25:17 EDT 2002:<E> <ServletContext-General> Servlet failed with
    Exception
    java.lang.NoClassDefFoundError: javax/mail/Message
    at jsp_servlet._jmail._jspService(_jmail.java:91)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:120)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:138)
    at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:915)
    at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:879)
    at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129).
    I am using a jsp page and a bean in that. Bean has the java mail code.
    If I put the same code in a JSP page instead of a bean, it is working fine.
    I take the same code files to another instance on weblogic, I dont get any errors.
    Any help will be greatly appreciated.
    Thanx
    Raju

    how is the weblogic.properties configured?
    how do you run the BWLS ? memory (M)?
    is the documentroot and the WEBLOGIC JSP PROPERTIES right ?

Maybe you are looking for

  • Multiple v+ boxes?

    hi, does anyone know if you can have multiple vision + boxes and hubs and hub phones running?..ie one in living room and one in bedroom?

  • Connecting to Incoming Mail Server Problems

    I'm trying to set up email on my new laptop for my company... this is the first time to get a mac on the windows server. IMAP is enabled and that's what I'm trying to set up through. My IT dept. has even put my ID on the IMAP protocol permissions. Ho

  • Submit pdf form to Emails written in textboxes

    I have 4 textboxes in my form. All textboxes are for the user to input email addresses. I'd like for the form to submit to the emails written in these textboxes. Can anyone help with a script for that?

  • File size different in LR than in "file info"

    After cropping an image (36MB) and doing some adjustments and then saving as a standard JPEG - high quality - I go back into LR and the new image shows it's 10.2 MB. When I quit LR and do a "get file info" on the same file it tells me that the image

  • After migrating Firefox 22 to new imac 10.8.4, quicktime not working as before?

    I just bought a new imac (late 2012- 10.8.4), After migrating everything from my old imac (Early 2008 - 10.6.?), the video on my business website is no longer showing as before. (See: http://www.abhyasayogacenter.com). All the software in question is