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