Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13125)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13126)
@@ -106,5 +106,5 @@
             //$mailSend =& Mail::factory("SMTP", $mail_options);
             $mailSend =& Mail::factory("SMTP");
-            print_r($mailSend);
+            //print_r($mailSend);
             $mailSend->send($recipients, $header, $body);
             break;            
