Changeset dea237e in github


Ignore:
Timestamp:
Dec 16, 2008 8:00:55 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
77e2322
Parents:
781f341b
Message:

#1485299: don't use SMTP's debug option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_smtp.inc

    r11b1b16 rdea237e  
    8686    $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, $helo_host); 
    8787 
    88     // set debugging 
    89     if ($CONFIG['debug_level'] & 8) 
    90       $SMTP_CONN->setDebug(TRUE); 
    91  
    9288    // try to connect to server and exit on failure 
    9389    $result = $SMTP_CONN->connect($smtp_timeout); 
Note: See TracChangeset for help on using the changeset viewer.