Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13144)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13145)
@@ -80,7 +80,35 @@
         if(MELMAGA_MOBILE_SEND){
         	 
-            $masuo = "¤ó¡¼¡©";
-            print_r($masuo);
-            break;
+	        $sendResut = MELMAGA_SENDING( 
+                                         $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè 
+	 	                                ,$subjectBody                  //¡¡Subject 
+	 	                                ,$mailBody                     //¡¡¥á¡¼¥ëËÜÊ¸ 
+	 	                                ,$objSite->data["email03"]     //¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹ 
+	 	                                ,$objSite->data["company_name"]//¡¡Á÷¿®¸µÌ¾ 
+                                        ,$objSite->data["email03"]     //¡¡reply_to 
+                                        ,$objSite->data["email04"]     //¡¡return_path 
+                                        ,$objSite->data["email04"]     //¡¡errors_to 
+	 	                                                                                                                                                 ); 
+	 	             
+//                      $mail_options = array(   
+//                            //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
+//                           'host' => "mail.lockon.co.jp" 
+//                          ,'port' => "25" 
+//                                              
+//                                          ); 
+//             
+	 	            print_r($sendResut); 
+	 	             
+	 	            $decoder =& new Mail_mimeDecode($sendResut); 
+	 	            print_r($decoder); 
+	 	            $parts = $decoder->getSendArray(); 
+	 	            print_r($parts); 
+	 	            list($recipients, $header, $body) = $parts; 
+	 	             
+	 	            //$mailSend =& Mail::factory("SMTP", $mail_options); 
+	 	            $mailSend =& Mail::factory("SMTP"); 
+	 	            print_r($mailSend); 
+	 	            $mailSend->send($recipients, $header, $body); 
+	 	            break;             
                  
         } else {
@@ -165,5 +193,5 @@
     $mail_obj = new GC_SendMail();  
     $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
-      if( $mail_obj->sendMail() ) {
+      if(MELMAGA_MOBILE_SEND) {
         return true;
     }
