"미디어위키 $wgSMTP"의 두 판 사이의 차이

잔글 (봇: 미디어위키 환경변수을(를) 미디어위키 설정(으)로 분류 대체함)
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;미디어위키 $wgSMTP
;미디어위키 $wgSMTP
<source lang='php'>
<syntaxhighlight lang='php'>
$wgSMTP = array(
$wgSMTP = array(
  'host'    => "mail.example.com",
  'host'    => "mail.example.com",
10번째 줄: 10번째 줄:
  'password' => "my_password"
  'password' => "my_password"
);
);
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:59 기준 최신판

1 개요[ | ]

미디어위키 $wgSMTP
$wgSMTP = array(
 'host'     => "mail.example.com",
 'IDHost'   => "example.com",
 'port'     => 25,
 'auth'     => true,
 'username' => "my_user_name",
 'password' => "my_password"
);

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}