Bonjour,
J'ai un site qui envoie des mail (confirmation classique d'inscription à un espace membres) a partir d'une page php en utilisant la fonction mail().
Ces mail n'arrivent pas sur les mail hotmail (ils ne sont meme pas dans les indésirables) alors qu'ils arrivent bien pour tout autre destinataire.
Voici mon code :
$from = "From: Thierry <xxxx@free.fr>\r\n";
$from .= "Content-type: text/html; \n";
$textemail = ' mon texte '
mail("xxxxx@hotmail.fr","confirmation inscription",$textemail,$from);
Voici le message de rejet du mail reçu:
<xxxxx@hotmail.fr>: host mx2.hotmail.com[65.55.37.72] said: 550 SC-002
Mail rejected by Windows Live Hotmail for policy reasons. The mail server
IP connecting to Windows Live Hotmail has exhibited namespace mining
behavior. If you are not an email/network admin please contact your
E-mail/Internet Service Provider for Rien. Email/network admins, please
visit http://postmaster.live.com for email delivery information and support
(in reply to MAIL FROM command)
Final-Recipient: rfc822; xxxxx@hotmail.fr
Original-Recipient: rfc822;xxxxx@hotmail.fr
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx2.hotmail.com
Diagnostic-Code: smtp; 550 SC-002 Mail rejected by Windows Live Hotmail for
policy reasons. The mail server IP connecting to Windows Live Hotmail has
exhibited namespace mining behavior. If you are not an email/network admin
please contact your E-mail/Internet Service Provider for Rien.
Email/network admins, please visit http://postmaster.live.com for email
delivery information and support
Pouvez vous m'aider pour résoudre ce probleme.
Configuration: Windows XP
Firefox 3.0.8