GiacoT
04-06-2005, 13:33
<?php
$subject="Subj";
$message = "<html>
<title>Invio Password</title>
<body>
Gentile utente ,<br />etc etc
</body>
</html>";
mail("Giocatore<$email>","$subject",$message,"From: Tizio <[email protected]>\n" .
"MIME-Version: 1.0\n" .
"Content-type: text/html; charset=iso-8859-1");
?>
La mail arriva correttamente a @gmail - @yahoo - @tin
La mail dopo 16 ore non è ancora arrivata @libero - @email
Possibile che ci sia qualche problema nell'header per cui non arriva a tutti i mailserver?
$subject="Subj";
$message = "<html>
<title>Invio Password</title>
<body>
Gentile utente ,<br />etc etc
</body>
</html>";
mail("Giocatore<$email>","$subject",$message,"From: Tizio <[email protected]>\n" .
"MIME-Version: 1.0\n" .
"Content-type: text/html; charset=iso-8859-1");
?>
La mail arriva correttamente a @gmail - @yahoo - @tin
La mail dopo 16 ore non è ancora arrivata @libero - @email
Possibile che ci sia qualche problema nell'header per cui non arriva a tutti i mailserver?