Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13248)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13249)
@@ -115,6 +115,10 @@
             $mimeObj->setFrom($sendResut["from"]);
             
+            // À°·Á¤µ¤ì¤¿ËÜÊ¸¤È¥Ø¥Ã¥À¤ò¼èÆÀ
+¡¡¡¡¡¡¡¡¡¡¡¡$body = $mimeObj->get($htmlBody);
+¡¡¡¡¡¡¡¡¡¡¡¡$headers = $mimeObj->headers($sendResut);
+            
             // ¥á¡¼¥ëÁ÷¿®
-            $sendResut = $mailObj->send($sendResut["to"], $sendResut, $mailBody);         
+            $sendResut = $mailObj->send($sendResut["to"], $headers, $body);         
                  
         } else {
