Here's my code:
<?php
$to = 'test@hotmail.com';
$subject = 'reservation hotel n';
$msg ='ok';
// Make sure to escape quotes
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
$headers .= 'From: hôtel <reservation@hotel.com' . "\r\n";
mail($to, $subject, $msg, $headers);
?>
It worked for Gmail, Yahoo, GMX ...but it didn't work for Hotmail/Live/MSN.
Because it worked for Gmail, I can assume that it has nothing to do with my server, right?
I also tried it with just: http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/Default.aspx
System Maintenance in progress. Please try again later.
think's for help