Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customer Email Database File?


Organic1

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...