Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13123)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13124)
@@ -101,4 +101,5 @@
             $decoder =& new Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
+            print_r($parts);
             list($recipients, $header, $body) = $parts;
             
@@ -106,5 +107,5 @@
             $mailSend =& Mail::factory("SMTP");
             print_r($mailSend);
-            //$mailSend->send($recipients, $header, $body);
+            $mailSend->send($recipients, $header, $body);
             
         } else {
