imthebest Well-known member Oct 11, 2014 #1 Hi, How do I mass set the value of the option "Receive site mailings" to yes? What is the SQL query that I should run? Thanks, Super120
Hi, How do I mass set the value of the option "Receive site mailings" to yes? What is the SQL query that I should run? Thanks, Super120
Jake Bunce Well-known member Oct 11, 2014 #2 Run this query on your database: Code: UPDATE xf_user_option SET receive_admin_email = 1 Upvote 0 Downvote