Bonjour ,
C'est juste qu'après ton "From ...." t'as oublié les 2 points , ce qui donne:
"From : emetteur"
DE PLUS, en fin d'une ligne header, ill te faut rajouter un saut de ligne, à savoir:
"\n" ou "\r" ou "\n\r" l'un des 3.
Exemple:
$headers = "From :" . $votre_nom."\n";
$headers = 'Content-type: text/html; charset=iso-8859-1'."\n";
;o)


