MyBB Community Forums

Full Version: disable send email notification on private message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, I wanted to know how to disable for all users email notification of a new private message. My hosting allows you to send a maximum of emails / hour and for notifications of wasting pm I feel bad. GreetingsSmile
run SQL query :
UPDATE `mybb_users` SET `pmnotify` = '0';

may be its better to remove the option from user registration page template & user CP options template ...

can not be changed by the admin cp?
(2011-12-20, 08:58 PM)floid Wrote: [ -> ]can not be changed by the admin cp?

Yes, In ACP you've to change the templates ranjani mentioned and then run the sql command in phpmyadmin.