Ignore:
Timestamp:
03/18/13 17:26:45 (11 years ago)
Author:
douglas
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/zpush/config.php

    r8032 r8033  
    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.