Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13112)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13115)
@@ -90,5 +90,6 @@
 																		 );
             
-			$smtp = array(  
+			$mail_options = array(  
+                            //¥Ö¥ì¥¤¥ó¤ÎSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹
                            'host' => "210.188.254.83"
                           ,'port' => "25"
@@ -97,9 +98,9 @@
             print_r($sendResut);
             
-            $decoder = & new Mail_mimeDecode($sendResut);
+            $decoder =& new Mail_mimeDecode($sendResut);
             $parts = $decoder->getSendArray();
             list($recipients, $header, $body) = $parts;
             
-            $mailSend = & SC_Mail::factory("SMTP", $smtp);
+            $mailSend =& Mail::factory("SMTP", $mail_options);
             $mailSend->send($recipients, $header, $body);
             
