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