Changeset 92 in subversion for trunk/roundcubemail/program/include/rcube_smtp.inc
- Timestamp:
- Dec 16, 2005 3:05:41 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_smtp.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_smtp.inc
r83 r92 73 73 if (!is_object($smtp_conn)) 74 74 { 75 $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, 'localhost'); 75 $helo_host = !empty($_SERVER['server_name']) ? $_SERVER['server_name'] : 'localhost'; 76 $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, $helo_host); 76 77 77 78 // set debugging
Note: See TracChangeset
for help on using the changeset viewer.
