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