Hi Maureen,

Try changing this
Code:
, 'customers_email_format'=>'HTML'
to

Code:
, 'customers_email_format'=>$customers_email_format
Then add column customers_email_format to your CSV using TEXT as the option.

~Melanie