Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13205)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13206)
@@ -95,6 +95,6 @@
                          ,"return_path" => $objSite->data["email04"]     //¡¡return_path 
                                                                        );
-            print_r($sendResut["subject"]);
-            print_r($sendResut["to"]);
+            print_r($headers["subject"]);
+            print_r($headers["to"]);
             //¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
             $param = array(   
@@ -106,5 +106,5 @@
 	 	    print_r($mail_obj); 
 	 	    
-	 	    $headers["subject"] = mb_convert_encoding($sendResut["subject"], "JIS", CHAR_CODE );      
+	 	    $headers["subject"] = mb_convert_encoding($headers["subject"], "JIS", CHAR_CODE );      
 
             $result = $mail_obj->end( $headers["to"], $headers, $body );
