Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13036)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13042)
@@ -91,10 +91,10 @@
             
             print_r($sendResut);
-            $decoder = Mail_mimeDecode($sendResut);
+            $decoder =new Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
             list($recipients, $header, $body) = $parts;
             
             $mailSend =& Mail::factory("SMTP", $smtp);
-            $mailSend->send($recipients, $header, $body);
+            $mailSend = new send($recipients, $header, $body);
             
         } else {
