dm18k Posted July 12, 2005 Share Posted July 12, 2005 I tried to search for anything on exporting email addresses. Is there anyway to export all the people's emails that are subscribed to OSC newsletter? Link to comment Share on other sites More sharing options...
Rob123 Posted July 12, 2005 Share Posted July 12, 2005 I'm not 100% sure of what you want to achieve, however the following sql query will give you the name and email address of your newsletter subscribers. Run the following using phpMyAdmin or your favorite mySQL connector select customers_firstname, customers_lastname, customers_email_address from customers where customers_newsletter = '1'; HTH, Robert Link to comment Share on other sites More sharing options...
dm18k Posted July 13, 2005 Author Share Posted July 13, 2005 Everyone that is already signed up for my newsletter, I just want to import them into my new newsletter program. Thank you for your help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.