Index: temp/trunk/data/class/GC_SendMail.php
===================================================================
--- temp/trunk/data/class/GC_SendMail.php	(revision 6867)
+++ temp/trunk/data/class/GC_SendMail.php	(revision 6869)
@@ -78,17 +78,9 @@
 	//	¥á¡¼¥ëÁ÷¿®¤ò¼Â¹Ô¤¹¤ë
 	function sendMail() {
+
+		Mb_language( "Japanese" );
 		
-		
-		print($this->body);
-		//Mb_language( "Japanese" );
-		$this->body = mb_convert_encoding($this->body, 'Shift-JIS');
-		print($this->body);
-		
-		exit;
-		
-		mb_language("uni");
-
 		//¡¡¥á¡¼¥ëÁ÷¿®
-		if(mb_send_mail($this->to, $this->subject, $this->body, $this->header)) {
+		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) {
 			return true;
 		}
