Come mai se visualizzo una mail con libero non si vede un link e invece con outlook funziona benissimo?

codice:
 $headers = "MIME-Version: 1.0\r\n".
   "Content-type: text/html; charset=iso-8859-1\r\n".
   "From: ".$mailadmin."\r\n".
   "To: ".$mail."\r\n".
   "Cc: registrazione@eurohorse.it\r\n".
   "Subject: ".$subject."\r\n";
   
   $messaggio="
	<html>
	<body bgcolor='#BFBF7F'>
	<font color='000000' face='Arial' style='font-size: 12px;font-weight: bold;'>
	Ciao ".$nome."

	I tuoi dati sono:

	Username:".$user."

	Password:".$psw."

	".$msg."
".$msg2."

	Per completare la registrazione devi cliccare sul seguente link: 
http://www.eurohorse.it/it/conferma.php?code=$numero


	Arrivederci.

	www.eurohorse.it
	</font>  
	</body>
	</html>";