Ignore:
Timestamp:
03/18/13 13:51:16 (11 years ago)
Author:
cristiano
Message:

Ticket #3395 - Envio de e-mail através do Z-push em servidor SMTP distribuido

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zpush/config.php

    r8022 r8026  
    8484    define('LOGFILE', LOGFILEDIR . 'z-push.log'); 
    8585    define('LOGERRORFILE', LOGFILEDIR . 'z-push-error.log'); 
    86     define('LOGLEVEL', LOGLEVEL_WARN); 
     86    define('LOGLEVEL', LOGLEVEL_DEBUG); 
    8787    define('LOGAUTHFAIL', false); 
    8888 
     
    284284    $row = pg_fetch_assoc( $rs ); 
    285285 
     286    $smtpConfig = parse_ini_file(EXPRESSO_PATH . '/prototype/config/SMTP.srv' , true ); 
     287    $GLOBALS['config']['SMTP'] = $smtpConfig['config']; 
     288 
    286289    // ************************ 
    287290    //  BackendIMAP settings 
Note: See TracChangeset for help on using the changeset viewer.