Código PHP:
$header='MIME-Version: 1.0'."\r\n";
$header.='Content-type: text/html; charset=iso-8859-1'."\r\n";
$header.='To: Admin <'.$adminemail.'>'."\r\n";
$header.='Reply-To: '.$name.' <'.$email.'>'."\r\n";
$header.='From: '.$name.' <[email protected]>'."\r\n";
$headers.='X-Mailer: PHP/'.phpversion();
ini_set(sendmail_from,'[email protected]');
mail($adminemail,$subject,$message,$header);
Solo quiero asegurarme de no tener problemas en el futuro y de poder seguir recibiendo dichos mails.