MyBB Community Forums

Full Version: Make all registered members receive mass emails from Administrator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have about 1800 users signed up on my site, but I noticed that only 200 of them were receiving my emails. Now I know on default, the option where users receive email from administrators is unchecked.

How do I set it so all of my members can receive a mass email?
what is the setting at your mass mailing??

200 per page meaning > each a page is visited 200 received their mail...

it should be received in several hours.. idk...
Yeah first make sure the entire queue has been sent out, and if it has, run this:

UPDATE `mybb_users` SET `allownotices` = '1';
Yeah, the entire queue has been sent out.

I'm new to MySQL, so where exactly do I run that code in phpadmin? Does it matter? Thanks again.
When you're there you should see your database on a list on the left, click that, then click the SQL tab along the top, paste it in, hit Go.