Organic1 Posted June 21, 2007 Share Posted June 21, 2007 I am trying to locate any type of email database file, that stores all the emails from our customers, on an excel file perhaps. I have hundreds of bounced emails to clean up from the system after a recent email blast and have tried this manually, but am curious if anyone has advice on a shortcut to this or a way to modify hundreds at once, then upload the file back on the server. Thanks in advance. Link to comment Share on other sites More sharing options...
MSP Posted June 21, 2007 Share Posted June 21, 2007 have phpmyadmin? In customers table, run SELECT * FROM `customers` ORDER BY `customers`.`customers_email_address` ASC LIMIT 0 , 1000 Then select the entries you want, and either delete or edit and remove the email address. backup first... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.