[Mediawiki-l] Watchlist is not notified

Rob Church robchur at gmail.com
Fri Jun 22 13:46:13 UTC 2007


On 22/06/07, Jack Eapen C <jackec at suntecgroup.com> wrote:
> I'm using MW 193. I first set it up on Winodws and then ported to Linux. In windows, the users were getting notification emails when a watching page is changed. But in the production version in linux, that's not happening. There are some other programmes (like Moodle) in the same server which has some mail notification features and they are working correctly. So I believe, the PHP mail is working fine.

Were you previously using PEAR::Mail, which would be the case if
$wgSMTP has been defined in LocalSettings.php? This is a common setup
under Windows, since PHP's mail() function outright sucks on that
platform, but it's not usually needed under Linux, where PHP and the
mail transfer agent work together pretty well.

If $wgSMTP is present in LocalSettings.php, comment it out and see if
it makes a difference.


Rob Church



More information about the MediaWiki-l mailing list