Index: branches/unlabeled/unlabeled-1.12.14/core/kernel/utility/email.php =================================================================== diff -u -r3788 -r5240 --- branches/unlabeled/unlabeled-1.12.14/core/kernel/utility/email.php (.../email.php) (revision 3788) +++ branches/unlabeled/unlabeled-1.12.14/core/kernel/utility/email.php (.../email.php) (revision 5240) @@ -426,6 +426,11 @@ if($smtp_object->connect($params) && $smtp_object->send($send_params)){ + if ( $this->Application->isDebugMode() ) + { + $this->Application->Debugger->appendHTML('
'.$smtp_object->debugtext.'
'); + //define('DBG_REDIRECT', 1); + } return true; } else {