Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 12991)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 12992)
@@ -95,9 +95,9 @@
             
             $decoder = new Mail_mimeDecode($sendResut);
+            print_r($decoder);
             $parts = $decoder->getSendArray();
             list($recipients, $header, $body) = $parts;
             
             $mailSend =& Mail::factory("SMTP", $smtp);
-            print_r($mailSend);
             $mailSend->send($recipients, $header, $body);
             
