Update config/config.sample.php

fixed an other typo.
This commit is contained in:
j-ed 2013-01-22 21:42:39 +01:00
parent dfa5f2de4d
commit dcda792fbc
1 changed files with 2 additions and 2 deletions

View File

@ -79,11 +79,11 @@ $CONFIG = array(
"mail_smtpport" => 25,
/* SMTP server timeout in seconds for sending mail, depends on mail_smtpmode if this is used */
"mail_smtptimeout" => 10;
"mail_smtptimeout" => 10,
/* SMTP connection prefix or sending mail, depends on mail_smtpmode if this is used.
Can be '', ssl or tls */
"mail_smtpsecure" => '',
"mail_smtpsecure" => "",
/* authentication needed to send mail, depends on mail_smtpmode if this is used
* (false = disable authentication)