Index: temp/trunk/html/admin/mail/index.php
===================================================================
--- temp/trunk/html/admin/mail/index.php	(revision 2142)
+++ temp/trunk/html/admin/mail/index.php	(revision 2143)
@@ -218,5 +218,5 @@
 		} else if( $_POST['mode'] == 'regist_complete' ){
 			lfRegistData($objPage->list_data);
-			header("Location: /admin/mail/history.php");
+			header("Location: /admin/mail/sendmail.php");
 			exit;			
 		}
Index: temp/trunk/html/admin/mail/sendmail.php
===================================================================
--- temp/trunk/html/admin/mail/sendmail.php	(revision 1328)
+++ temp/trunk/html/admin/mail/sendmail.php	(revision 2143)
@@ -122,5 +122,8 @@
 					,$objSite->data["email04"]					//¡¡errors_to
 				 );
-				 
+	
+	if ($_GET['mode'] = "now") {
+		header("Location: /admin/mail/history.php");
+	}
 	echo "complete\n";
 
