MyBB Community Forums

Full Version: stop all email notification
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi everyone


i want to stop all email notification , except forget password, because my web host give me a limit of email , for example , i can only send 100 email per day ..... that is why i want to stop other notifications .


helppppppppppppp ?
There isn't any built in way to disable emails that I know of. The only way you could do it is via either core edits or by using a plugin (I don't believe one exists right now though - maybe you should request it in the plugin requests forum?).

Really though, I'd be looking for a better host. Decent hosts don't usually limit how many emails you can send per day. Are you on a free host by any chance?
i am using Godday hosting ...... i have VPS , but send email is limit

okay tell me core edits .
Barak:

run SQL query :

UPDATE `mybb_users` SET `pmnotify` = '0';

This will remove pm notification via email Wink
(2012-09-04, 04:04 PM)mastergun Wrote: [ -> ]Barak:

run SQL query :

UPDATE `mybb_users` SET `pmnotify` = '0';

This will remove pm notification via email Wink

That's only temporary; people can still turn it back on.
(2012-09-04, 04:04 PM)mastergun Wrote: [ -> ]Barak:

run SQL query :

UPDATE `mybb_users` SET `pmnotify` = '0';

This will remove pm notification via email Wink



i did this ,,,,,, but this is not solution , because Members can turn it back on.




(2012-09-04, 04:42 PM)Paul H. Wrote: [ -> ]
(2012-09-04, 04:04 PM)mastergun Wrote: [ -> ]Barak:

run SQL query :

UPDATE `mybb_users` SET `pmnotify` = '0';

This will remove pm notification via email Wink

That's only temporary; people can still turn it back on.
whats is your suggestion ?
Why not edit the user cp template so users can't turn it back on?
thanks for your answer ...


but my problem not only pm notification via email ......

i want to stop all subscribe email notification , because it send too many email...
You'll have to edit the core then.
okay , i will edit core , but how ? just a little bit guide me
Pages: 1 2