I had to stop sending my newsletter (due to my hosting policy). How can i know which users are done and which are not?
From db seems that there is not a row which has this information. is it working in an alphabetical way? As i have done 13k mails over 18k and i have to start from the 13001 row of “select * from wp_newsletter where status=’C'” , is it correct?
great plugin by the way
If you just paused the newsletter going out, in the database there is a value for this newsletter which is the “last_id” of the last user processed. See the wp_newsletter_emails table.