Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13060)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13061)
@@ -95,6 +95,5 @@
             list($recipients, $header, $body) = $parts;
             
-            $mailSend = new SC_Mail();
-            $mailSend = & factory("SMTP", $smtp);
+            $mailSend = & SC_Mail::factory("SMTP", $smtp);
             $mailSend->send($recipients, $header, $body);
             
