Index: /branches/dev/html/test/uehara/mail.php
===================================================================
--- /branches/dev/html/test/uehara/mail.php	(revision 137)
+++ /branches/dev/html/test/uehara/mail.php	(revision 146)
@@ -4,6 +4,6 @@
 
 $email = $_POST['email'];
-$subject = mb_convert_encoding( $_POST['subject'], "iso-2022-jp", "S-JIS");
-$body = $_POST['body'];
+$subject = "flash + javascript + PHP";
+$body = "flash + javascript + PHP ¥Æ¥¹¥È";
 	
 $result = mb_send_mail( $email, $subject, $body);
