Show
Ignore:
Timestamp:
05/21/2008 09:18:46 AM (6 months ago)
Author:
Shadowhand
Message:

Fixing #576

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/email.php

    r2505 r2682  
    1212 
    1313/** 
     14 * To use secure connections with SMTP, set "port" to 465 instead of 25. 
     15 * To enable TLS, set "encryption" to "tls". 
     16 * 
    1417 * Driver options: 
    1518 * @param   null    native: no options 
    1619 * @param   string  sendmail: executable path, with -bs or equivalent attached 
    17  * @param   array   smtp: hostname, (username), (password), (port), (auth) 
     20 * @param   array   smtp: hostname, (username), (password), (port), (auth), (encryption) 
    1821 */ 
    1922$config['options'] = NULL;