XF 1.4 Change members to Bounced with SQL query

Andy.N

Well-known member
Licensed customer
Suppose I have a large list of bounced email addresses from my newsletter provider, and those are registered members on my forum.
I'd like to use that CSV file and run a SQL query on the XF data to mass change every member to Bounced state.

The CSV file will contain a couple of thousand email addresses.

What would be the most efficient way to do this?
Tks
 
You could create a small script which would loop through the array of email addresses, setting the state to 'bounced'.
 
Back
Top Bottom