Changeset 2682 for trunk/system/config/email.php
- Timestamp:
- 05/21/2008 09:18:46 AM (6 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/email.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/email.php
r2505 r2682 12 12 13 13 /** 14 * To use secure connections with SMTP, set "port" to 465 instead of 25. 15 * To enable TLS, set "encryption" to "tls". 16 * 14 17 * Driver options: 15 18 * @param null native: no options 16 19 * @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) 18 21 */ 19 22 $config['options'] = NULL;
