PDA

View Full Version : Email disable


BadGuy
04-10-2006, 01:50 PM
Hi

We have problem with mail in mysql server .

we have high load in mysql server and that because the forum send many many emails to users .

Users have more than 100 email every day .

We want know how we can disable every thing and allow only those :
- activation emails .
- restoration new password .
- report about bad post .

Best regards,
BadGuy

peterska2
04-11-2006, 09:30 AM
Assuming you have set your config.php to allow you to run SQL queries from the control panel.....

Go to Maintanence > Execute SQL Query.

Select the following from the drop down list, pressing continue beteen each one till you return to the same screen.

No - Recieve Admin Emails
No - Send Notification Email When A Private Message Is Recieved
Subscribe with no notification

Then in vBulletin Options > vBulletin Options > Email Options

Set everything on this page to NO

If you don't want welcome emails go to vBulletin Options > User Registration Options

Send Welcome Email - No
Default Registration Options
Receive Admin Emails - No
Send Notification Email When a Private Message is Received - No
Automatic Thread Subscription - Do not subscribe

That should stop quite a lot of them, but I don't think it will affect anything that they have already got in their subscribed folders. You will need a manual query for that, so I will have to leave that bit for someone else to do.