Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13195)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13197)
@@ -79,5 +79,5 @@
         if(MELMAGA_MOBILE_SEND){
         	
-	        $sendResut = MELMAGA_SENDING( 
+	        $sendResut = array( 
                                          $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè 
 	 	                                ,$subjectBody                  //¡¡Subject 
@@ -88,16 +88,15 @@
                                         ,$objSite->data["email04"]     //¡¡return_path 
                                                                        );
+            //¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
             $mail_options = array(   
-                        //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
-                              'host' => "127.0.0.1" 
-                             ,'port' => "25"                  
-                                          ); 
+                                   'host' => "127.0.0.1" 
+                                  ,'port' => "25"                  
+                                                         ); 
              
 	 	    print_r($sendResut); 
 	 	             
 	 	    $decoder =& new Mail_mimeDecode($sendResut); 
-	 	    //print_r($decoder); 
 	 	    $parts = $decoder->getSendArray(); 
-	 	    //print_r($parts); 
+	 	     
 	 	    list($recipients, $headers, $body) = $parts; 
 	 	    
@@ -182,5 +181,5 @@
 
 //--- ¥á¥ë¥Þ¥¬ÇÛ¿®¡ÊBLAYNÏ¢·È¤Î¾ì¹ç¡Ë
-function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) {
+function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc="", $cc ="" ) {
 
 
