Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13171)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13174)
@@ -90,5 +90,5 @@
             $mail_options = array(   
                         //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
-                              'host' => "127.0.1" 
+                              'host' => "127.0.0.1" 
                              ,'port' => "25"                  
                                           ); 
@@ -101,8 +101,7 @@
 	 	    //print_r($parts); 
 	 	    list($recipients, $header, $body) = $parts; 
-	 	             
-	 	    //$mailSend =& Mail::factory("SMTP", $mail_options); 
-	 	    $mailSend =& Mail::factory("SMTP"); 
-	 	    //print_r($mailSend); 
+	 	    
+	 	    $mailSend = new Mail();          
+	 	    $mailSend =& Mail::factory("SMTP", $mail_options);
 	 	    $mailSend->send($recipients, $header, $body); 
 	 	    break;             
