Index: /branches/dev/html/admin/mail/sendmail.php
===================================================================
--- /branches/dev/html/admin/mail/sendmail.php	(revision 13200)
+++ /branches/dev/html/admin/mail/sendmail.php	(revision 13201)
@@ -80,18 +80,19 @@
         	
 	        $sendResut = array( 
-                                         $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè 
-	 	                                ,$subjectBody                  //¡¡Subject 
-	 	                                ,$mailBody                     //¡¡¥á¡¼¥ëËÜÊ¸ 
-	 	                                ,$objSite->data["email03"]     //¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹ 
-	 	                                ,$objSite->data["company_name"]//¡¡Á÷¿®¸µÌ¾ 
-                                        ,$objSite->data["email03"]     //¡¡reply_to 
-                                        ,$objSite->data["email04"]     //¡¡return_path 
+                                "to"    => $list_data[$i][$j]["email"]   //¡¡¸ÜµÒ°¸Àè 
+	 	                     ,"subject" => $subjectBody                  //¡¡Subject 
+	 	                        ,"body" => $mailBody                     //¡¡¥á¡¼¥ëËÜÊ¸ 
+	 	                 ,"fromaddress" => $objSite->data["email03"]     //¡¡Á÷¿®¸µ¥á¡¼¥ë¥¢¥É¥ì¥¹ 
+	 	                   ,"from_name" => $objSite->data["company_name"]//¡¡Á÷¿®¸µÌ¾ 
+                           ,"replay_to" => $objSite->data["email03"]     //¡¡reply_to 
+                         ,"return_path" => $objSite->data["email04"]     //¡¡return_path 
                                                                        );
             //¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
-            $mail_options = array(   
+            $param = array(   
                                    'host' => "127.0.0.1" 
                                   ,'port' => "25"                  
                                                          ); 
-             
+            
+            $mail_obj =& Mail::factory("smtp", $param);
 	 	    print_r($sendResut); 
 	 	             
@@ -180,13 +181,4 @@
 
 
-//--- ¥á¥ë¥Þ¥¬ÇÛ¿®¡ÊBLAYNÏ¢·È¤Î¾ì¹ç¡Ë
-function MELMAGA_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc="", $cc ="" ) {
-
-
-    $html_mail_obj = new GC_SendMail();  
-    $html_mail_obj->setItemHtml( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
-    
-}
-
 //--- ¥Æ¥­¥¹¥È¥á¡¼¥ëÇÛ¿®
 function MAIL_SENDING( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to="", $bcc="", $cc ="" ) {
