How to Remove Everyone from Mailing Site List

You can do it with an SQL query if you're comfortable doing that.

Code:
UPDATE xf_user_option SET receive_admin_email = 0;


To change it for any new users, set it in the ACP -> Options -> User Registration: Receive site mailings
 
sweet thanks.. I sent a mass email to all my members and got shut down from my hosting:( only a 1000 an hour allowed.. Going to post up who wants to receive my junk emails:)

Acceptable Use Policy
Bulk Mailings: Bulk mailings of any kind are not permitted to be sent from our shared (Personal, Business, Reseller) servers. This line item applies to mailings sent within the 1000 emails per hour limit as well.
 
Top Bottom