Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13011)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13013)
@@ -112,5 +112,5 @@
 									    ,$objSite->data["email04"]					//¡¡errors_to
 																		 );
-			print_r($sendResut);
+																		 
 
             //--  HTML¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç  
@@ -189,5 +189,7 @@
     $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
         
-    
+    if( $mail_obj->sendMail() ) {
+        return true;
+    }
     
 }
