Skip to content
Snippets Groups Projects
Commit 4d74738f authored by j-ed's avatar j-ed
Browse files

Update config/config.sample.php

added parameter mail_smtpauthtype to set SMTP authentication type. 
parent dcda792f
No related branches found
No related tags found
No related merge requests found
......@@ -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" => "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment