Ragazzi come si cambia il font con quando spedisco un'e-mail con il comando mail?
io ho scritto
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "FROM: $from\n";
$headers .= "Return-Path: $from\n";
$headers .= "Cc: ciccio@ciccio.it \n";
cosa devo aggiungere?