Changeset 14266 for branches/dev/html/admin/mail/sendmail.php
- Timestamp:
- 2007/06/05 17:22:05 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/mail/sendmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/mail/sendmail.php
r13935 r14266 104 104 105 105 //-- ¥Ö¥ì¥¤¥óSMTP¥µ¡¼¥Ð¡¼IP¥¢¥É¥ì¥¹ 106 $sql = "SELECT blayn_ip FROM dtb_blayn"; 107 $host = $conn->getAll("sql"); 106 108 $param = array( 107 'host' => SMTP_HOST_BLAYN109 'host' => $host[0][blayn_ip] 108 110 ,'port' => SMTP_PORT_BLAYN 109 111 );
Note: See TracChangeset
for help on using the changeset viewer.
