mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Update config/config.sample.php
fixed an other typo.
This commit is contained in:
parent
dfa5f2de4d
commit
dcda792fbc
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue