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