Results 1 to 4 of 4

Thread: Emailing Quotes SMTP error

  1. #1
    francisco.daza is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    45

    Default Emailing Quotes SMTP error

    Hi there,

    5.0.0e on windows

    I'm having problems with one user, the fact is that one user can send mails but I have another that can't, the error I get to see when trying to send an email using this user is "Error emailing:SMTP Error: The following recipients failed: (here goes the email address)"

    I think this is odd because both users (if I'm not wrong qhich I don't believe so) have the same settings configured.

    Does anyone have any ideas to fix this issue??

    Thank you in advance guys!!

    Juan Miguel

  2. #2
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Emailing Quotes SMTP error

    Hello Juan Miguel,

    check to make sure there is no extra space after any of the email settings that were entered for the user that is not working. One of our clients recently experienced the same issue and it turns out there was an extra space entered after the SMTP server name they entered.
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  3. #3
    riyuzakki is offline Junior Member
    Join Date
    Jun 2009
    Posts
    3

    Default Re: Emailing Quotes SMTP error

    Hello,
    I`m have this problem too. SugarCRM CE version 5.2k on linux server (debian lenny ip:10.0.1.22). Mail server Exim on FreeBSD (ip:192.168.1.100)
    TCP trace:
    s> 220 pioneer1.ru ESMTP Exim 4.68 Mon, 02 Nov 2009 16:11:20 +0300

    c> EHLO 10.0.1.22

    s> 250-pioneer1.ru Hello 10.0.1.22 [10.0.1.22]

    s> 250-SIZE 16777216

    s> 250-8BITMIME

    s> 250-PIPELINING

    s> 250-AUTH LOGIN

    s> 250-STARTTLS

    s> 250 HELP

    c> AUTH LOGIN

    s> 334 ***
    c> YWxp**********VyMS5ydQ==

    s> 334 ***

    c> R3h********Fls

    s> 235 Authentication succeeded

    c> MAIL FROM:<aliferov@example.ru>

    s> 250 OK

    c> RCPT TO:<aliferov@example.ru>

    c> RSET

    s> 250 Accepted

    s> 250 Reset OK

    s> 421 example.ru lost input connection

    You can see, Sugar drops connection. And I`m get message "Error emailing:SMTP Error: The following recipients failed: aliferov@example.ru" in browser
    Last edited by riyuzakki; 2009-11-03 at 05:34 AM.

  4. #4
    riyuzakki is offline Junior Member
    Join Date
    Jun 2009
    Posts
    3

    Default Re: Emailing Quotes SMTP error

    I`m solved this bug

    in ./include/phpmailer/class.phpmailer.php change string

    var $Timeout = 10;

    to

    var $Timeout = 50;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Email IMAP SSL issue ( with error log )
    By clearlink in forum Help
    Replies: 16
    Last Post: 2009-11-16, 01:50 AM
  2. Query Failed: AND users.id = '1'::MySQL error 1064:
    By artco001 in forum Installation and Upgrade Help
    Replies: 63
    Last Post: 2009-05-07, 05:56 AM
  3. Replies: 0
    Last Post: 2007-08-08, 02:47 PM
  4. SMTP Send Mail Error
    By bryanl0911 in forum Help
    Replies: 4
    Last Post: 2005-05-24, 08:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •