Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13275)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13276)
@@ -114,5 +114,5 @@
             $mailObj =& Mail::factory("smtp", $param);
             // ¥á¡¼¥ëÁ÷¿®
-            $result = $mailObj->end($sendResut["to"], $header, $body);
+            $result = $mailObj->send($sendResut["to"], $header, $body);
                  
         } else {
