본문 바로가기
미디어위키

Manual $wgEnableUserEmail

by 다움위키 2023. 12. 31.
Email settings: $wgEnableUserEmail
Set to true to enable user-to-user email.
Introduced in version: 1.4.0
Removed in version: still in use
Allowed values: (boolean)
Default value: true (1.5+)
false (1.4)
Other settings: Alphabetical | By function

Details

Special:Emailuser를 통해 사용자-사이의 이메일을 활성화하기 위해 true로 설정하십시오. 이것은 추적하기 어렵기 때문에 잠재적으로 남용될 수 있습니다. 이 설정은 만약 SMTP가 위키에서 올바르게 설정되었는지 확인하기 위해 사용될 수 있습니다.

마찬가지로 $wgEnableEmail가 true임을 요구합니다.

See also