Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13261)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13264)
@@ -91,4 +91,5 @@
                                                                        );
                                                                        
+            print_r($sendResut);
             //-- ¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
             $param = array(   
@@ -96,11 +97,4 @@
                       ,'port' => "25"                  
                                                   );
-            //-- ¥á¥Ã¥»¡¼¥¸¤ò¹½ÃÛ¤¹¤ë
-            $htmlBody = array(
-               "head_charset"  => "ISO-2022-JP" 
-              ,"html_encoding" => "JIS"
-              ,"html_charset"  => "JIS"
-                                                  );
-            
 	        //-- PEAR::Mail¤ò»È¤Ã¤Æ¥á¡¼¥ëÁ÷¿®¥ª¥Ö¥¸¥§¥¯¥ÈºîÀ®
             $mailObj =& Mail::factory("smtp", $param);
@@ -117,8 +111,6 @@
             $mimeObj->setFrom($sendResut["from"]);
             
-            print_r($htmlBody);
-            // À°·Á¤µ¤ì¤¿ËÜÊ¸¤È¥Ø¥Ã¥À¤ò¼èÆÀ
-¡¡¡¡¡¡¡¡¡¡¡¡$body = $mimeObj->get($htmlBody);
-¡¡¡¡¡¡¡¡¡¡¡¡$headers = $mimeObj->headers($sendResut);
+            print_r($mimeObj->setSubject($sendResut["subject"]));
+            print_r($mimeObj->setFrom($sendResut["from"]));
             
             // ¥á¡¼¥ëÁ÷¿®
