MyBB Community Forums

Full Version: Mass email just send to new users not those Imported forum from phpBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I can't send mass emails to the old users of the forum, only to the new ones that were registered after I started running myBB. Mass emails, even choosing all roles don't send emails to old users that were imported from phpBB.

How can I fix this?

thanks
Run this query in phpMyAdmin:

UPDATE `mybb_users` SET `allownotices` = '1';
Thanks Matt!