Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 12916)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 12917)
@@ -97,6 +97,6 @@
                 $body = $mailbody;
                 
-				$mail_object =& Mail::factory("SMTP", $mail_send);
-				$mail_object->send($recipients, $header, $body);
+				$objMail =& Mail::factory("SMTP", $mail_send);
+				$result = $objMail->send($recipients, $headers, $body);
 				if (PEAR::isError($result)) {
                     die($result->getMessage());
