Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 12992)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 12997)
@@ -84,8 +84,4 @@
 									    ,$mailBody									//¡¡¥á¡¼¥ëËÜÊ¸
 									    ,$objSite->data["email03"]					//¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹
-									    ,$objSite->data["company_name"]				//¡¡Á÷¿®¸µÌ¾
-									    ,$objSite->data["email03"]					//¡¡reply_to
-									    ,$objSite->data["email04"]					//¡¡return_path
-									    ,$objSite->data["email04"]					//¡¡errors_to
 									                               );
 			$smtp = array(  
@@ -177,5 +173,5 @@
 
 //--- ¥á¡¼¥ëÇÛ¿®¥Ö¥ì¥¤¥óÏ¢·È¤ÎÇÛ¿®
-function BLAYN_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) {
+function BLAYN_MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name="", $reply_to="", $return_path="", $errors_to="", $bcc="", $cc ="" ) {
 
 
