Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13001)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13002)
@@ -90,6 +90,6 @@
                                           );
             
+            print_r($sendresult);
             $decoder = new Mail_mimeDecode($sendResut);
-            print_r($sendResut);
             $parts = $decoder->getSendArray();
             list($recipients, $header, $body) = $parts;
