Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13935)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 14266)
@@ -104,6 +104,8 @@
             
             //-- ¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 
+            $sql = "SELECT blayn_ip FROM dtb_blayn";
+            $host = $conn->getAll("sql");
             $param = array(   
-                       'host' => SMTP_HOST_BLAYN 
+                       'host' => $host[0][blayn_ip]
                       ,'port' => SMTP_PORT_BLAYN                  
                                                   );
