Ignore:
Timestamp:
2007/06/05 17:22:05 (19 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/mail/sendmail.php

    r13935 r14266  
    104104             
    105105            //-- ¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹  
     106            $sql = "SELECT blayn_ip FROM dtb_blayn"; 
     107            $host = $conn->getAll("sql"); 
    106108            $param = array(    
    107                        'host' => SMTP_HOST_BLAYN  
     109                       'host' => $host[0][blayn_ip] 
    108110                      ,'port' => SMTP_PORT_BLAYN                   
    109111                                                  ); 
Note: See TracChangeset for help on using the changeset viewer.