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