Index: temp/trunk/data/class/GC_SendMail.php
===================================================================
--- temp/trunk/data/class/GC_SendMail.php	(revision 6859)
+++ temp/trunk/data/class/GC_SendMail.php	(revision 6860)
@@ -84,5 +84,5 @@
 
 		//¡¡¥á¡¼¥ëÁ÷¿®
-		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "-f" . $this->return_path ) ) {
+		if(mb_send_mail($this->to, $this->subject, $this->body, $this->header)) {
 			return true;
 		}
