Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-9452

Tip a friend - Email not send error message

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.9.0rc2
    • 3.9.0beta1, 3.9.0rc1
    • None
    • Operating System: Windows
      PHP Version: 4.4.0
      Database and version: 5.0.18

    Description

      Using tipafriend, the system returns the error message: "The message was not sent.
      The message was not sent due to an unknown error. Please notify the site administrator about this error." although the email has been successfully received.

      We fixed it moving lib/ezutils/classes/ezsmtptransport.php line 112 into the foreach loop.

                      foreach ( $smtp->errors as $error )
                      {
                          eZDebug::writeError( "Error sending SMTP mail: " . $error, "eZSMTPTransport::sendMail()" );
                        $mailSent = false;
      					 }
      

      Maybe there is a better way to fix this.

      Steps to reproduce

      Use tipafriend functionality

      Attachments

        Activity

          People

            rl rl
            alexia chang alexia chang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: