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

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
잔글 (봇: 미디어위키 환경변수을(를) 미디어위키 설정(으)로 분류 대체함)
18번째 줄: 18번째 줄:
* https://www.mediawiki.org/wiki/Manual:$wgSMTP
* https://www.mediawiki.org/wiki/Manual:$wgSMTP


[[분류: 미디어위키 환경변수]]
[[분류:미디어위키 설정]]

2020년 2월 3일 (월) 18:55 판

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 }}