Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13378)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13379)
@@ -36,7 +36,4 @@
 
 
-echo $count;
-exit;
-
 if( $count > 0 ){
     print("start sending <br />\n");
@@ -80,4 +77,6 @@
 		$subjectBody = ereg_replace( "{name}", $customerName , $mail_data[$i][0]["subject"] );
 		$mailBody = ereg_replace( "{name}", $customerName ,  $mail_data[$i][0]["body"] );
+
+echo $list_data[$i][$j]["email"];
 
         //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç
@@ -119,12 +118,6 @@
             // ¥á¡¼¥ëÁ÷¿®
             $result = $mailObj->send($sendResut["to"], $header, $body);
-if($result) {
-	echo "OK!!";
-	exit;
-} else {
-	echo "NG!!";
-	exit;
-}              
-        } else {
+
+		} else {
 	        //-- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç
 	        if( $mail_data[$i][0]["mail_method"] == 2 ) {
@@ -192,5 +185,5 @@
                     ,$objSite->data["email04"]                  //¡¡errors_to
                  );
-                 
+exit;                 
     if ($_GET['mode'] = "now") {
         header("Location: " . URL_DIR . "admin/mail/history.php");
