Ignore:
Timestamp:
Dec 16, 2005 3:05:41 PM (7 years ago)
Author:
roundcube
Message:

Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_smtp.inc

    r83 r92  
    7373  if (!is_object($smtp_conn)) 
    7474    { 
    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); 
    7677 
    7778    // set debugging 
Note: See TracChangeset for help on using the changeset viewer.