victorSP Posted January 21, 2013 Share Posted January 21, 2013 Hi How can I see a list of emails of people who are NOT customers but have subscribed to our newsletter? The only way I know is by exporting the content to an Excel file. Is there any easier way to do this? Thanks /victor Link to comment Share on other sites More sharing options...
parsifal Posted January 21, 2013 Share Posted January 21, 2013 Hi Victor. Back Office > Advanced Parameters > SQL Manager > Add a new query, in the "Request" field insert the following: SELECT email FROM ps_newsletter; Execute the newly created query. Link to comment Share on other sites More sharing options...
Recommended Posts