Is there a way to export all subscribers to a csv file? Other newsletter plugins have this feature, but in yours I could not find it.
Export Function
(4 posts) (4 voices)-
Posted 1 year ago #
-
You are right: there is not an export function... Surely in a future release.
Posted 1 year ago # -
Hi Alo,
thanks for your plug-in, it looks like the most useful to me and I'm currently testing it. I regret you can't use the SMTP protocol to send emails, but that is not why I'm writing to you now: the non-profit association I'm working for now has its own mass email software and needs a CVS or Excel file to import. You said an export function could be part of a next release. My question is: are you working on it right now,or is it just an idea. i need this functionnality right now and if you'r not about to release it, I'll try to add it myself to your plugin, though I'm not a developper.
In that case, can you help me a bit? what I would need is to click an export link when viewing a list of subscribers, filtered or not, and then I get the CSV file listing the subscribers which are in this view. That might be the simplest, and the most flexible solution. So my question is: what would be, in a few lines, your plan to achieve this?
I'm really thankful for the time you spend working on free plugins, and for the time you'll take to answer me. If i finally can use this plugin for our project, be sure I'll do my possible to have the association make a donation to you.
Thanks again.
Posted 1 year ago # -
you could always export from phpmyadmin or any other mysql tool.
paste the following into a SQL query for instance:SELECT COUNT( * ) AS
Rows,email
FROMwp_easymail_subscribers
GROUP BYemail
ORDER BYemail
LIMIT 0 , 10000Posted 1 year ago #
Reply
You must log in to post.
