MyBB Community Forums

Full Version: Mass Mail Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i had an old php database with 11k users on it

i converted to mybb using merge
and all users are on it now

when i send a mass mail it doesnt send to them only to the 2 users that have registered directly through the new domain

**UPDATE all users have the option receive admin emails unchecked is there something where i can change that so its all ticked ?

please help
thanks in advance
Run this SQL query in phpmyadmin:

UPDATE mybb_users SET allownotices='1' WHERE allownotices='0'