Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13358)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13373)
@@ -115,5 +115,11 @@
             // ¥á¡¼¥ëÁ÷¿®
             $result = $mailObj->send($sendResut["to"], $header, $body);
-                 
+if($result) {
+	echo "OK!!";
+	exit;
+} else {
+	echo "NG!!";
+	exit;
+}              
         } else {
 	        //-- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®¤Î¾ì¹ç
