ciao ....


io mando una mail in questo modo:

$msg_.= stripslashes($msg);
$header= "From:$da;\r\nContent-type: text/html;";
@mail ($a,stripslashes($obj),$msg_,$header);

ma mi mette un ; dopo il mittente... causando un errore in alcuni client di posta...

se questa riga diventasse in questo modo, ci sarebbe qualche problema?

$msg_.= stripslashes($msg);
$header= "From:$da\r\nContent-type: text/html;";
@mail ($a,stripslashes($obj),$msg_,$header);

Fatemi sapere...!!

Grazie
Francesco