Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13013)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13015)
@@ -79,5 +79,5 @@
         if(MELMAGA_MOBIE_SEND){
         	
-        	$sendResut = BLAYN_MAIL_SENDING(
+        	$sendResut = array(
 									     $list_data[$i][$j]["email"]				//¡¡¸ÜµÒ°¸Àè
 									    ,$subjectBody								//¡¡Subject
@@ -90,5 +90,5 @@
                                           );
             
-            print_r($smtp);
+            print_r($sendresult);
             $decoder = new Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
