how to export users who agree to emails?

Brandon Sheley

Well-known member
Licensed customer
hello,

how can I export a list of users who have agreed to user emails so I can import them to my mailchimp plugin?

Thanks
-Brandon
 
Just go to Email Users and "only generate a list of email addresses". It's actually the email and name tab separated so it can be put directly into MailChimp (IIRC) or can be pasted into something like Excel and exported as desired.
 
sweet, thanks Mike :)

(Ps.. I was hoping it would be that easy but didn't see an option right away)

PPS.. thanks, worked prefect (y)
now to just get the newsletter together
 
Is there a way to export just the email addresses?

I've copied and pasted my list into excel but it puts both the email address and username in one column. Or is there a way to paste it into two columns?
 
A blank page is sometimes due to a suppressed error. Edit the library/config.php file and add the following:
PHP:
ini_set('display_errors', true);
 
Back
Top Bottom