Is there a way that I can export the name and email address of all verified users or at the very least, just the email address of verified users only?
Thank you for your time,
J.
Is there a way that I can export the name and email address of all verified users or at the very least, just the email address of verified users only?
Thank you for your time,
J.
Use phpMyAdmin to export the wp_users table to a CSV file, then delete any records that have 'unverified' in the user_login field.
Thanks Mike, that would be simple for me but not for a client who needs to generate a mailing list of verified users each week.
Then setup an ODBC connection and let them use Microsoft Word with mail merge.
This topic has been closed to new replies.