Index: temp/trunk/data/class/GC_SendMail.php
===================================================================
--- temp/trunk/data/class/GC_SendMail.php	(revision 5934)
+++ temp/trunk/data/class/GC_SendMail.php	(revision 6849)
@@ -81,4 +81,7 @@
 		Mb_language( "Japanese" );
 		
+		
+		$this->body = mb_convert_encoding($this->body, 'JIS,SJIS,UTF-8', mb_internal_encoding());
+		
 		//¡¡¥á¡¼¥ëÁ÷¿®
 		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) {
