Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13061)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13065)
@@ -91,4 +91,7 @@
             
             print_r($sendResut);
+            
+            $sendResut = mb_convert_encoding( $sendResut, "JIS", CHAR_CODE);
+            
             $decoder = & new Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
