Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13176)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13195)
@@ -103,5 +103,5 @@
 	 	    
 	 	    $mail_object =& Mail::factory("smtp", $mail_options);
-	 	    $mail_object->send($recipients, $header, $body); 
+	 	    $mail_object->end($recipients, $header, $body); 
 	 	    break;             
                  
