Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13223)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13224)
@@ -106,5 +106,5 @@
 	 	    print_r($mail_obj);  
 
-            $result = $mail_obj->send( $headers["to"], $headers, $mailBody );
+            $result = $mail_obj->end( $headers["to"], $headers, $mailBody );
 
 
