Jump to content

Export Emails of Customers


Recommended Posts

if you have access to phpmyadmin, for you db, you can run all kinds of sql entries, you can even do selects from your ps back office...for exmaple:

 

SELECT `email` FROM `ps_customer`

 

will give you all the emails

 

or from you back office (1.5.3) advanced parameters-->sql manager

 

add a new query with

 

SELECT `email` FROM `ps_customer`

 

save it, then on the item click export, this will put all your emails in a csv.

 

sorry no screen shot, my screen scraper went kaput and didn't want to reboot

Link to comment
Share on other sites

×
×
  • Create New...