Ranjan Posted July 4, 2023 Share Posted July 4, 2023 Hi there, How can I find and export those client who doesn't complete email verification? 0 Quote Link to comment Share on other sites More sharing options...
leemahoney3 Posted July 4, 2023 Share Posted July 4, 2023 Probably best using an SQL query in the database, e.g. select * from tblclients where email_verified = 0; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.