MyBB Community Forums

Full Version: Emailing like crazy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My users are getting emails and are being automatically subscirbed to every thread they reply to. How can I turn that off for all users?
Thanks, I ran the query, hopefully that fixed it Smile
Seems when replying to any thread, everyone has been set to:
" Subscribe without receiving email notification of new replies"

how do I set everyone to:
" Do not subscribe to this thread"
instead??
could try

UPDATE `mybb_users` SET `subscriptionmethod` = '0' WHERE `subscriptionmethod` = '1';
Thanks, I'll try that out when I get home from work Smile