Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13075)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13076)
@@ -78,6 +78,4 @@
         //-- ¥á¥ë¥Þ¥¬ÇÛ¿®¤ò¥Ö¥ì¥¤¥óÏ¢·È¤Ç¹Ô¤¦¾ì¹ç
         if(MELMAGA_MOBIE_SEND){
-        	
-        	$objSite->data["company_name"] = mb_convert_encoding( $objSite->data["company_name"], "JIS", CHAR_CODE);
         	
         	$sendResut = array(
@@ -97,6 +95,6 @@
             
             print_r($sendResut);
+            print_r($objSite->data["company_name"]);
             $sendResut = mb_convert_encoding( $sendResut, "JIS", CHAR_CODE);
-            print_r($sendResut);
             
             $decoder = & new Mail_mimeDecode($sendResut);
