Re: Send order notification to multiple email addresses
I think that all you will need to change is the code that checks for a valid email address. This is the function func_email_validation_regexp which is in include/func/func.core.php. You need to add a comma to the allowed characters of the email address.
|