
Originally Posted by
poosk
OK this is perfect. I'm dying for this! The problem is, however, that I'd need to import ALL customer emails instead of only the newsletter subscribers? Could I somehow alter the mod to do it?
I'm uncertain why you want to bypass your customers' preferences and mass-mail them despite their choosing against that.
But ...
If it's important for you to export all customers' email addresses regardless of their wishes, you can alter 2 lines in the addon. Change the word 'newsletters' to 'email', as shown:
Line 75:
Code:
$audience_select = get_audience_sql_query($query_name, 'email');
and Line 245:
Code:
<?php echo zen_draw_pull_down_menu('audience_selected', get_audiences_list('email'), $query_name)?></td>
Bookmarks