Changeset b2fb950 in github for program/include/rcube_smtp.inc
- Timestamp:
- May 28, 2007 3:08:36 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 570f0bb
- Parents:
- ae4d749
- File:
-
- 1 edited
-
program/include/rcube_smtp.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_smtp.inc
rb517af4 rb2fb950 73 73 if (!is_object($smtp_conn)) 74 74 { 75 $helo_host = !empty($_SERVER[' server_name']) ? $_SERVER['server_name'] : 'localhost';75 $helo_host = !empty($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost'; 76 76 $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, $helo_host); 77 77
Note: See TracChangeset
for help on using the changeset viewer.
