how to export users who agree to emails?

Brandon Sheley

Well-known member
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.
 
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);
 
Top Bottom