Logan Posted May 1, 2009 Share Posted May 1, 2009 For the purpose of a test board, is it possible to disable email notifications from the board? While I was testing BETA 5, I posted in some topics that members were subscribed to and they were sent a notification linking them to the test board. I emptied the tracker table after that of course. I think even if you leave the outgoing email address blank in the email settings, email is still sent... it'd be nice if you left that blank, outgoing email was disabled. Link to comment Share on other sites More sharing options...
Mark Posted May 1, 2009 Share Posted May 1, 2009 On 2.3? Add to conf_global.php $INFO['fake_mail'] = true; Instead of sending mails it will log them as to files in the /_mail folder (which should obviously be created) Link to comment Share on other sites More sharing options...
Michael Posted May 1, 2009 Share Posted May 1, 2009 Since it is a test site you're talking about it shouldn't matter too much, but just be sure to check on the size of the contents of that folder every so often. If lots of emails are going to be saved in there, it might get pretty large. Link to comment Share on other sites More sharing options...
Logan Posted May 1, 2009 Author Share Posted May 1, 2009 [quote name='Μark' date='01 May 2009 - 03:12 PM' timestamp='1241201579' post='1799274'] On 2.3? Add to conf_global.php Instead of sending mails it will log them as to files in the /_mail folder (which should obviously be created) Ah, didn't know about that parameter. But no this is for 3.0, does it still work? $INFO['fake_mail'] = true; Link to comment Share on other sites More sharing options...
Mark Posted May 1, 2009 Share Posted May 1, 2009 I had to check, but yes it should :) Link to comment Share on other sites More sharing options...
bfarber Posted May 2, 2009 Share Posted May 2, 2009 Yes, that works for 3.0. It's how my localhost dev environment is setup. Link to comment Share on other sites More sharing options...
Connor T Posted May 2, 2009 Share Posted May 2, 2009 So with this added, I can safely test the mass mail, knowing that my members from my upgrade won't get the email? Link to comment Share on other sites More sharing options...
bfarber Posted May 4, 2009 Share Posted May 4, 2009 Yes Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.