Results 1 to 9 of 9

Thread: Fatal email error in sugarcrm.log

  1. #1
    Cannon is offline Member
    Join Date
    Nov 2008
    Location
    Los Angeles
    Posts
    15

    Default Fatal email error in sugarcrm.log

    I have had good luck with sending out email from Sugar, however one batch of emails are having trouble. They are all from the same domain name: westerninteriors.com . I do not know how to interpret the log file, but here is a portion showing the error. Any help would be appreciated and I can send the entire log file if needed:

    [FATAL] SugarPHPMailer encountered an

    error: SMTP Error: The following recipients failed: dcivello@westerninteriors.com
    01/09/09 00:20:57 [4772][1][FATAL] Email delivery FAILURE:Array
    (
    [date_entered] => 2009-01-09 08:08:23
    [date_modified] =>
    [user_id] => 1
    [id] => 683
    [campaign_id] => 5d35ddaa-9574-b187-84e3-

    4962d8677006
    [marketing_id] => 683ccdfc-01e5-b853-554e-4962d9372d88
    [list_id] => 46494660-e43c-510a-954f-495462b6fa68
    [send_date_time] => 2000-01-01 08:00:00
    [modified_user_id] =>
    [in_queue] => 0
    [in_queue_date] =>
    [send_attempts] => 0
    [deleted] => 0


    [related_id] => 10414045-c8dd-535b-399c-4963e30ca5cb
    [related_type] => Leads
    )

    01/09/09 00:20:57 [4772][1][FATAL] Email delivery error:Array
    (
    [date_entered] => 2009-01-09 08:08:23
    [date_modified] =>
    [user_id] => 1
    [id] => 683
    [campaign_id] => 5d35ddaa-9574-b187-84e3-

    4962d8677006
    [marketing_id] => 683ccdfc-01e5-b853-554e-4962d9372d88
    [list_id] => 46494660-e43c-510a-954f-495462b6fa68
    [send_date_time] => 2000-01-01 08:00:00
    [modified_user_id] =>
    [in_queue] => 0
    [in_queue_date] =>
    [send_attempts] => 0
    [deleted] => 0


    [related_id] => 10414045-c8dd-535b-399c-4963e30ca5cb
    [related_type] => Leads
    )
    SMTP Error: The following recipients failed: dcivello@westerninteriors.com

    01/09/09 00:24:32 [4772][1]
    Thank you,
    Gregory Cannon

    SugarCE 5.1c
    Windows Stack w/MS SQL

  2. #2
    Cannon is offline Member
    Join Date
    Nov 2008
    Location
    Los Angeles
    Posts
    15

    Angry Re: Fatal email error in sugarcrm.log

    Almost 100 people have viewed this message but not one single reply...are there any community members out there that will help?
    Thank you,
    Gregory Cannon

    SugarCE 5.1c
    Windows Stack w/MS SQL

  3. #3
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Fatal email error in sugarcrm.log

    Most likely dcivello@westerninteriors.com is an invalid email address or it's bouncing back from their server because of the type of package you are trying to send.

  4. #4
    Cannon is offline Member
    Join Date
    Nov 2008
    Location
    Los Angeles
    Posts
    15

    Default Re: Fatal email error in sugarcrm.log

    It is not a problem with the email address as I send individual emails to that person often.
    Thank you,
    Gregory Cannon

    SugarCE 5.1c
    Windows Stack w/MS SQL

  5. #5
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Fatal email error in sugarcrm.log

    Then the server is rejecting it for some reason. Probably due to the headers which may make it look like spam when sending from Sugar.

  6. #6
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Fatal email error in sugarcrm.log

    Cannon,
    Just to identify the problem, set the log level in config.php to debug and use Email UI to send an email to dcivello@westerninteriors.com address and whats the error in sugarcrm.log. use the same template as you used in campaign. This should help in fuguring out why SugarPHPMailer is not able to send an email.

    Also, just to be more clear about the error, goto Email.php's email2send function. There is a line of code

    $mail->Send(). This call is responsible for sending out an email. dump the value of $mail->ErrorInfo in sugarcrm.log and this will give you a clear error.

    Let me know whats the error and we can debug this further.

    -Samir

  7. #7
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Fatal email error in sugarcrm.log

    It's not an error with being able to send it out though. If you check your logs going out of your network you should see it leave the network. That error message means it has been rejected from the receiving end. The email function looks to be working in Sugar for him because other email addresses are able to go out just fine.
    Last edited by eggsurplus; 2009-01-30 at 11:59 PM.

  8. #8
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Fatal email error in sugarcrm.log

    $mail->Send() call captures the error for the receiving end also. So for some reason receiver is not able to accept an email, it will not allow $mail->Send() to send successfully and thats why there is a fatal error in SugarPHPMailer. Its a synchronized operation.

    -Samir

  9. #9
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Fatal email error in sugarcrm.log

    OK, I see what you're trying to do now. Just didn't want the blame to fall on you guys when the issue seems to be elsewhere.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help - Email - FATAL SugarCRM - MySQL error 2006
    By tamaravilhosa in forum Help
    Replies: 3
    Last Post: 2012-01-17, 10:32 PM
  2. Replies: 4
    Last Post: 2008-06-18, 07:21 PM
  3. Fatal error with big attachment in email
    By ymartin in forum Help
    Replies: 3
    Last Post: 2007-11-02, 07:51 PM
  4. eMail: fatal error
    By Thomasi in forum Help
    Replies: 0
    Last Post: 2006-09-27, 08:21 AM
  5. Fatal error sending email
    By ymartin in forum General Discussion
    Replies: 0
    Last Post: 2006-04-20, 04:04 PM

Tags for this Thread

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
  •