How could I use the variable below, but only have it send the emails for one particular page ? Say a page called "Team Meetings" ? What would I add to LocalSettings.php in that case ?
Thanks SO much, Dolores Date: Mon, 18 Apr 2011 11:20:06 +1000 From: Tim Starling <[email protected]<mailto:[email protected]>> Subject: Re: [Mediawiki-l] Emailing Distro List To: [email protected]<mailto:[email protected]> Message-ID: <[email protected]<mailto:[email protected]>> Content-Type: text/plain; charset=ISO-8859-1 On 15/04/11 22:23, Rowe, Dolores A wrote: > Teammates, > > Is there an extension or a method to email to a distribution list when > an important mediawiki page is changed ? Rather than each individual having > a watch to it ? Yes, set up a user account with their email address set to the distribution list, say "Notify" then use $wgUsersNotifiedOnAllChanges = array( 'Notify' ); Platonides wrote: > You could have a dummy user with the distribution list as address, but > then you would need to login as that user to view the page for each > notification. I don't see why you would have to log in as the user, as long as you use $wgUsersNotifiedOnAllChanges and not watchlists. -- Tim Starling _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
