Update config/config.sample.php

added parameter mail_smtpauthtype to set SMTP authentication type.
This commit is contained in:
j-ed 2013-01-26 12:04:06 +01:00
parent dcda792fbc
commit 4d74738fe7

View file

@ -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" => "",