Changeset b2fb950 in github for program/include/rcube_smtp.inc


Ignore:
Timestamp:
May 28, 2007 3:08:36 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
570f0bb
Parents:
ae4d749
Message:

Prevent default events on subject link; fixed typo in smtp script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_smtp.inc

    rb517af4 rb2fb950  
    7373  if (!is_object($smtp_conn)) 
    7474    { 
    75     $helo_host = !empty($_SERVER['server_name']) ? $_SERVER['server_name'] : 'localhost'; 
     75    $helo_host = !empty($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : 'localhost'; 
    7676    $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, $helo_host); 
    7777 
Note: See TracChangeset for help on using the changeset viewer.