alecpl
2010-01-01 c3b676381bfca2a7909562c628eb06a9fbf3814d
- added warning about using TLS with SMTP


1 files modified
7 ■■■■■ changed files
config/main.inc.php.dist 7 ●●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -95,9 +95,10 @@
// and optional identity name as second column
$rcmail_config['virtuser_query'] = '';
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
// SMTP server host (for sending mails).
// To use SSL connection, set ssl://smtp.host.com
// WARNING: Don't use 'tls://' prefix, TLS is used by default if possible
// If left blank, the PHP mail() function is used
// Use %h variable as replacement for user's IMAP hostname
$rcmail_config['smtp_server'] = '';