Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 12:21 UTC
Updated:
4 Feb 2011 at 14:21 UTC
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
Comment #1
tr commentedOK. 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.
Comment #2
longwaveBeing dealt with in #455888: Unable to send e-mail. Please contact the site administrator if the problem persists.