Hello,

I would like to receive an email when a user create a new page.
I add these lines at the end of my LocalSettings.php :

$wgEnotifWatchlist = true;
# Declare this twice so it works for all versions
$wgUsersNotifiedOnAllChanges =
$wgUsersNotifedOnAllChanges = array( 'jonathan' );

But this, activate a notification for every changes in the wiki, also 
creation of a new page.
So, do you know how I can enable just the notification for the creation 
of a new page ?

Thank a lot,

Sincerely,

Jonathan

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to