Index: /branches/dev/data/class/GC_SendMail.php
===================================================================
--- /branches/dev/data/class/GC_SendMail.php	(revision 338)
+++ /branches/dev/data/class/GC_SendMail.php	(revision 12206)
@@ -85,5 +85,5 @@
 		
 		//¡¡¥á¡¼¥ëÁ÷¿®
-		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) {
+		if( mb_send_mail( $this->to, $this->subject, $this->body, $this->header) ) {
 			return true;
 		}
@@ -96,5 +96,5 @@
 		
 		//¡¡¥á¡¼¥ëÁ÷¿®
-		if( mail( $this->to, $this->subject, $this->body, $this->header, "" . $this->return_path ) ) {
+		if( mail( $this->to, $this->subject, $this->body, $this->header) ) {
 			return true;
 		}
