deberé agregar "Bcc:
email_1@email_1.com\r\n"; quedando:
$to2 = '';
if($destinatario == ' r ')
{
$to = 'email_2@email_2.com';
$to2 = 'Bcc:email_1@email_1.com\r\n';
}
else
{
$to = 'email_1@email_1.com';
}
mail($to, $to2, $titulo, $msg, ....)
No lo estoy entiendiendo muy bien. GRacias.