Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 12917)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 12926)
@@ -80,27 +80,5 @@
 		if(MELMAGA_MOBIE_SEND){
 			if($mail_data[$i][0]["mail_method"]) {
-				//SMTP¥µ¡¼¥Ð
-				$mail_send = array(
-                                 'host' => '210.188.254.83',
-                                 'port' => '25',
-                                 'auth' => false,
-                                 'username' => '',
-                                 'password' => '',
-                                );
-				
-				$recipinets = $list_data[$i][$j]["email"];
-				
-				$headers['From']    = $objSite->data["email03"];
-                $headers['To']      = $list_data[$i][$j]["email"];
-                $headers['Subject'] = $subjectBody;
-                
-                $body = $mailbody;
-                
-				$objMail =& Mail::factory("SMTP", $mail_send);
-				$result = $objMail->send($recipients, $headers, $body);
-				if (PEAR::isError($result)) {
-                    die($result->getMessage());
-                }
-			}
+				echo 'Å·µ¤À²Ï¯¤Ê¤ì¤ÉÇÈ¹â¤·';
 		} else {
 		    //-- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç
