소스 검색

Update config/config.sample.php

added parameter mail_smtpauthtype to set SMTP authentication type.
tags/v5.0.0alpha1
j-ed 11 년 전
부모
커밋
4d74738fe7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      config/config.sample.php

+ 4
- 0
config/config.sample.php 파일 보기

@@ -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…
취소
저장