Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13210)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13211)
@@ -84,5 +84,5 @@
 	        $objSite->data["company_name"] = ereg_replace("<","¡ã", $from_name);
 		    $objSite->data["company_name"] = ereg_replace(">","¡ä", $from_name);
-		    $objSite->data["company_name"] = mb_convert_encoding($from_name,"JIS",CHAR_CODE);
+		    //$objSite->data["company_name"] = mb_convert_encoding($from_name,"JIS",CHAR_CODE);
 	        //iso-2022-jp¤À¤ÈÆÃ¼ìÊ¸»ú¤¬¡©¤ÇÁ÷¿®¤µ¤ì¤ë¤Î¤ÇJIS¤ò»ÈÍÑ¤¹¤ë¡£
 	        $mailBody = mb_convert_encoding($mailBody, "JIS", CHAR_CODE );
