Mailing Block

Permalink
I have a mailing block where my emails are stored. There is not an export option on this mailing block. The developer is no longer developing - he wrote this to me - I havent done any work on that package or even any other php work for years now. I wonder if someone in the community could help me export names to a csv file (or whatever mail chimp likes). Thanks for reading.

I recommend you log into your web server’s admin and look for some mysql tool, like phpmyadmin.

From there you should be able to find the mailing list users table.

You can run a sql query something like this:
SELECT emailAddressColumnName FROM mailingListTableName;

That should output all of those for you.

From there, you might have an option to do a csv export.

If that doesn’t work, then perhaps you can hire someone from the concrete5.org jobs forum to write a simple export script. It shouldn’t be more than a couple of hours work for someone.

 
Cahueya replied on at Permalink Reply
I am not sure what that block is. Is it a mailing-list-signup form or a contact form? If you send me your login credentials as a private message I can have a look.