Procházet zdrojové kódy

Update config/config.sample.php

added parameter mail_smtpauthtype to set SMTP authentication type.
tags/v5.0.0alpha1
j-ed před 11 roky
rodič
revize
4d74738fe7
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      config/config.sample.php

+ 4
- 0
config/config.sample.php Zobrazit soubor

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


Načítá se…
Zrušit
Uložit