almoran Posted March 10, 2007 Posted March 10, 2007 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.
Nullachtfuffzehn Posted March 10, 2007 Posted March 10, 2007 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.
Guest Posted March 11, 2007 Posted March 11, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.