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

(새 문서: ==개요== ;미디어위키 $wgSMTP <source lang='php'> $wgSMTP = array( 'host' => "mail.example.com", 'IDHost' => "example.com", 'port' => 25, 'auth' => true, 'use...)
 
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
15번째 줄: 15번째 줄:
* [[미디어위키: $wgEnableEmail]]
* [[미디어위키: $wgEnableEmail]]


==참고 자료==
==참고==
* https://www.mediawiki.org/wiki/Manual:$wgSMTP
* https://www.mediawiki.org/wiki/Manual:$wgSMTP


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

2017년 7월 14일 (금) 03:53 판

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