Home › Forums › Newsletter Plugin Support › How to bulk confirm all 'not confirmed' subscribers ?
Hi
Thanks for this great plugin, that I’ve been using for months.
Is it possible to bulk confirm all the not confirmed subscribers please ?
Thanks
You should run a query into the database: update wp_newsletter set status=’C’ where status=’S’. That query preserves the bounced addresses.
Stefano.