Aggiungi alle intestazioni
$intestazioni_mail .= "Content-type: text/html; charset=iso-8859-1\n";
Poi chiaramente devi sostituire tutti i "\n" con "
\n" nel testo e aggiungere gli altri tag che vuoi usare
Aggiungi alle intestazioni
$intestazioni_mail .= "Content-type: text/html; charset=iso-8859-1\n";
Poi chiaramente devi sostituire tutti i "\n" con "
\n" nel testo e aggiungere gli altri tag che vuoi usare