Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13153)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13157)
@@ -79,5 +79,5 @@
         if(MELMAGA_MOBILE_SEND){
         	 
-	        $sendResut = array( 
+	        $sendResut = MELMAGA_SENDING( 
                                $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè 
 	 	                      ,$subjectBody                  //¡¡Subject 
@@ -191,5 +191,5 @@
 
     $mail_obj = new GC_SendMail();  
-    $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
+    $mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
       
         return true;
