Reporting back to the group. I did not have $wgEmailAuthentication = true. Once i added it, everything worked as per plan.
Thanks. On Wed, Feb 18, 2009 at 1:33 PM, elc pub <[email protected]> wrote: > Thanks for your prompt response. > > Sorry. I should have mentioned that too. Yes, I do have those setup > and enabled. And the users also have enabled watchlist emails in their > preferences. At this point, any suggestions for debugging are also > most welcome. > > Regards, > elcpub > > On Wed, Feb 18, 2009 at 1:26 PM, Siebrand Mazeland <[email protected]> > wrote: >> Have you set the following options (or something similar) in your >> LocalSettings.php? >> >> ## For a detailed description of the following switches see >> ## http://www.mediawiki.org/wiki/Extension:Email_notification >> ## and http://www.mediawiki.org/wiki/Extension:Email_notification >> ## There are many more options for fine tuning available see >> ## /includes/DefaultSettings.php >> ## UPO means: this is also a user preference option >> $wgEnotifUserTalk = true; # UPO >> $wgEnotifWatchlist = true; # UPO >> $wgEnotifMinorEdits = false; >> $wgEmailAuthentication = true; >> >> Cheers! Siebrand >> >> -----Oorspronkelijk bericht----- >> Van: [email protected] >> [mailto:[email protected]] Namens elc pub >> Verzonden: woensdag 18 februari 2009 22:17 >> Aan: MediaWiki announcements and site admin list >> Onderwerp: [Mediawiki-l] Watchlist not sending out e-mails >> >> Hello ! >> >> I am trying to get email working for pages that are watched when modified. I >> have installed Pear mail and got $wgSMTP configured. I tested Pear mail with >> a standalone program and that works just fine. >> Even the "E-mail new password" on the log-in works just fine. I tested with >> two users (as we should for generating mail for watchlist). No luck. Any >> ideas folks ? >> >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
