Index: branches/dev/html/test/uehara/mail.php
===================================================================
--- branches/dev/html/test/uehara/mail.php	(revision 66)
+++ branches/dev/html/test/uehara/mail.php	(revision 66)
@@ -0,0 +1,29 @@
+<?php
+/*
+//¥Ç¡¼¥¿¼õ¿®
+$subject = "Support Of Duddy";
+//$address = $_POST['val1'];		//¥¢¥É¥ì¥¹³ÊÇ¼
+$address = "Katsuya_Uehara@lockon.co.jp";		//¥¢¥É¥ì¥¹³ÊÇ¼
+$message = $_REQUEST['val2'].": test!!";		//ËÜÊ¸³ÊÇ¼
+
+//¥á¡¼¥ëÁ÷¿®
+$success = mail($address, $subject, $message);
+if($success){
+	//Á÷¿®À®¸ù
+	$flg = 0;
+//	print "Á÷¿®À®¸ù";
+}else{
+	//Á÷¿®¼ºÇÔ
+	$flg = 1;
+//	print "Á÷¿®¼ºÇÔ";
+}
+
+
+//FLASH¤ØÃÍ¤òÁ÷¿®(À®¸ù = 0, ¼ºÇÔ = 1)
+print "trans=".$_REQUEST['val2'];
+*/
+
+print "log=1";
+
+
+?>
