Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13270)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13273)
@@ -81,10 +81,5 @@
 	        //-- Ê¸»ú¤òÆüËÜ¸ì¤ËÀßÄê
 	        Mb_language( "Japanese" );
-	         
-            //-- mime-version
-            $mime  = "Mime-Version: 1.0\n";
-		    $mime .= "Content-Type: text/html; charset=iso-2022-jp\n";
-		    $mime .= "Content-Transfer-Encoding: 7bit\n";
-            
+	              
             //-- Á÷¿®¤¹¤ë¥á¡¼¥ë¤ÎÆâÍÆ¤ÈÁ÷¿®Àè
             $sendResut = array( 
@@ -94,7 +89,10 @@
                   ,"replay_to" => $objSite->data["email03"]          //¡¡reply_to 
                 ,"return_path" => $objSite->data["email04"]          //¡¡return_path
-                       ,"mime" => $mime
                                                                        );
-                                                                       
+            //-- ¥á¥Ã¥»¡¼¥¸¤Î¹½ÃÛ
+            $html_param['head_charset'] = "ISO-2022-JP";
+            $html_param['html_encoding'] = "ISO-2022-JP";
+            $html_param['html_charset'] = "SJIS";
+            print_r($html_param);
             print_r($sendResut);
             //-- ¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
@@ -121,5 +119,4 @@
             // ¥á¡¼¥ëÁ÷¿®
             $result = $mailObj->end($sendResut["to"], $sendResut, $mailBody);
-            header( "Content-Type: text/plain; charset=UTF-8" );
                  
         } else {
