Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Exporting Customer Email Addresses


almoran

Recommended Posts

I'm trying to find a way to export the email addresses out of oscommerce so that I can send out html messages to my customers. Any suggestions on how I can do this? Thanks.

 

The easiest way would be to use your database administration panel and execute the following SQL statement:

 

SELECT `customers_email_address` FROM `customers`

 

When the result shows up, press the export button and you're ready to go.

Link to comment
Share on other sites

use the osc email feature. In your osc Admin->Tools->Email. You can select a customer or all customers and send them emails. Switch on html in the email options again in osc admin.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...