MyBB Community Forums

Full Version: how to turn on e-mail notification for pm for all users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what do i need to put in a sql query to turn on e-mail notification for pm`s for all users?
The query you need to use is:

UPDATE `mybb_users` SET `pmnotify` = '1'

Just be sure the change the table prefix if it isn't mybb_.