if at the recipients textarea
admin/store/ca/uc_checkout_admin_notification/edit/actions

there are emails with some empty lines then the CA email system will try to send email
to as many empty lines exist in the textarea

minor bug since this does not happen very often
but a hard one to realize since empty lines can not be seen in the textarea

Comments

tr’s picture

OK. Can you supply a patch? This seems to be a problem in the CA actions defined in uc_order.ca.inc, uc_fie.ca.inc, and uc_roles.ca.inc. Namely, when looping to send e-mail the addresses are separated by an explode("/n", $addresses) but each individual address is not passed through trim() then verified to be the correct format for an e-mail address.

longwave’s picture