I want an email when a particular page is edited on an intranet wiki I just set up. Enotif is apparently (largely) part of MW these days, but I can't find how to switch it on.
The wiki is MW 1.15.4 with SMW installed via Semantic Bundle (the only sensible way to set up SMW). It has a pile of interesting extensions, but the core isn't hacked about.
Is this actually included in the MW tarball or do I have to add something else?
- d.
Hi David,
I want an email when a particular page is edited on an intranet wiki I just set up. Enotif is apparently (largely) part of MW these days, but I can't find how to switch it on.
See http://www.mediawiki.org/wiki/Manual:Page_change_notification and http://www.mediawiki.org/wiki/Manual:Configuration_settings#Email_notificati...
hth Frank
And here http://meta.wikimedia.org/wiki/Help:Watching_pages#E-mail_notification
On 22 July 2010 11:38, nakohdo Frank.Ralf@gmx.net wrote:
And here http://meta.wikimedia.org/wiki/Help:Watching_pages#E-mail_notification
Thank you and thanks to Frank, it's now working! These were the magic options:
#email changes to pages on watchlist $wgEnableEmail = true; $wgEnableUserEmail = true; # UPO $wgEnotifWatchlist = true; $wgEmailAuthentication = true;
- d.
mediawiki-l@lists.wikimedia.org