$dopaddr = "Дополнительная_ПОЧТА";
mail($myaddr, $subj, $text, $headers);
mail($dopaddr , $subj, $text, $headers);
<?php if($product['attribute_groups']) { ?>
<table class="responsive">
<?php foreach($product['attribute_groups'] as $attribute_group) { ?>
<?php foreach($attribute_group['attribute'] as $attribute) { ?>
<thead>
<tr>
<th><?php echo $attribute['name']; ?></th>
</tr>
</thead>
<tbody>
<tr>
<td><?php echo $attribute['text']; ?></td>
</tr>
<?php } ?>
</tbody>
<?php } ?>
</table>
<?php } ?>