Browse Source

Update config/config.sample.php

added parameter mail_smtpauthtype to set SMTP authentication type.
tags/v5.0.0alpha1
j-ed 11 years ago
parent
commit
4d74738fe7
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      config/config.sample.php

+ 4
- 0
config/config.sample.php 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" => "",


Loading…
Cancel
Save