Jump to content

Manual:$wgEnableUserEmail

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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)

Details

Set to true to enable user-to-user email via Special:Emailuser. This can potentially be abused, as it's hard to track. This setting can be used to check if SMTP is set up correctly on your wiki.

Requires $wgEnableEmail to be true as well.

See also