Viewing 6 replies - 1 through 6 (of 6 total)
  • Did you find a solution? I have hundred of e-mails to delete too.

    Plugin Author eventualo

    (@eventualo)

    In your blog dashboard you can go to Newsletters > Subscribers, click the top right Screen Options, open it and set 999 as subscribers per page.
    Then, reload the page, check the checkbox in table header to mass-check all the 999 subscribers, select the Delete option of the bulk menu dropdown right above and apply it.
    Repeat it for every page. You can finish the job without too many clicks ??

    Thanks Eventualo

    Actually, this is not what I was looking for.
    I don’t want to delete e-mails in bulk. I need to search the database for more than one e-mail, from a specific list, then delete them.
    This plugin only allows searches for one e-mail address at a time, which is very very long if you have hundreds of contacts to delete.
    I need to search the database using a list like “[email protected], [email protected], [email protected]… The rest would be easy as pie.
    Your plugin is very good, but it would be greater with this feature.

    Have a nice day,
    Amar

    Plugin Author eventualo

    (@eventualo)

    Hi amar, now I understand your point.
    At the moment you cannot do this kind of search&delete via plugin, but you have to do it directly in database, using a query like:

    DELETE FROM wp_easymail_subscribers WHERE email IN ( "[email protected]", "[email protected]", "[email protected]" );

    Thanks for your reply.

    Thread Starter actionracingteam

    (@actionracingteam)

    Yes, thank you for your reply.
    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Simply delete subscibers’ is closed to new replies.