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 ?
Thanks, elcpub
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: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] 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 ?
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 s.mazeland@xs4all.nl 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: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] 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 MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
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 elcpub@gmail.com 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 s.mazeland@xs4all.nl 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: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] 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 MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org