Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13046)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13047)
@@ -96,5 +96,5 @@
             
             $mailSend =& Mail::factory("SMTP", $smtp);
-            $mailSend = new send($recipients, $header, $body);
+            $mailSend->send($recipients, $header, $body);
             
         } else {
