mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Update config/config.sample.php
added parameter mail_smtpauthtype to set SMTP authentication type.
This commit is contained in:
parent
dcda792fbc
commit
4d74738fe7
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ $CONFIG = array(
|
|||
*/
|
||||
"mail_smtpauth" => false,
|
||||
|
||||
/* authentication type needed to send mail, depends on mail_smtpmode if this is used
|
||||
* Can be LOGIN (default), PLAIN or NTLM */
|
||||
"mail_smtpauthtype" => "LOGIN",
|
||||
|
||||
/* Username to use for sendmail mail, depends on mail_smtpauth if this is used */
|
||||
"mail_smtpname" => "",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue