D dobriyalji Member May 8, 2020 #1 Hi Team, How to delete other than gmail ids from All Subscribers list... ?
twisted1919 Administrator Staff member May 8, 2020 #2 That's something you can do only from mysql directly, the query would be something like: SQL: DELETE FROM mw_list_subscriber WHERE email NOT LIKE '%@gmail.com'; But it's not tested, if you use it, test it first.
That's something you can do only from mysql directly, the query would be something like: SQL: DELETE FROM mw_list_subscriber WHERE email NOT LIKE '%@gmail.com'; But it's not tested, if you use it, test it first.