j'essaie d'envoyer un p'tit email en html avec php depuis un site heberge par ovh et ca ne marche pas du tout ... a cause du header apparemment ... je ne dois pas specifier le format html correctement je pense
j'ai teste:
CODE
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
ou
CODE
$headers = "Content-Type: text/html; charset=\"iso-8859-1\"";
sans le mime
ca passe pas ... il me manque qq chose?
merci