How do I add an additional email onto the following:
$shop_email = $site->config->business_email;
I have already tried a lot of combinations (below), but they don't work:
$shop_email = $site->config->business_email, email@domain.com;
$shop_email = array("$site->config->business_email","email@domain.com";
Thanks.