#009452: Tip a friend - Email not send error message

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.


Environment:

Operating System: Windows
PHP Version: 4.4.0
Database and version: 5.0.18


Steps to Reproduce:

Use tipafriend functionality


- Attachments

No attachments for this issue.


- Comments

Fixed in trunk (3.9.0rc2) rev. 17539.

#250421 by Ruslan Lisnyk on November 21st, 2006 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Extensions » Website Interface
Affects 3.9.0beta1
3.9.0rc1
Fix Version 3.9.0rc2
Reporter alexia chang
Responsible Ruslan Lisnyk
Status 0 Closed
Resolution Fixed
Created November 17th, 2006
Updated November 21st, 2006
Resolved November 21st, 2006
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #019127
  DB Deadlocks on ezcontentobject_tree when updating subnode