Browse Source

Update config/config.sample.php

fixed an other typo.
tags/v5.0.0alpha1
j-ed 11 years ago
parent
commit
dcda792fbc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/config.sample.php

+ 2
- 2
config/config.sample.php 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)

Loading…
Cancel
Save