Re: second email address for customer
Yeah, the xcart include/func/func.mail.php func_send_mail function doesn't allow multiple addresses. I don't think it would be that hard to make it work however - the internal PHP mail function that is called by func_send_mail will allow comma separated addresses.
|