I have this problem :
I send a message in html but this was stopped from the antivirus.
This the program
---------------------
$intestazioni = "MIME-Version: 1.0\r\n";
$intestazioni .= "Content-type: text/html; charset=iso-8859-1\r\n";
$intestazioni .= "From: Richiedente <$email_richied ente>\r\n";
mail($email_inv io, $OGGETTOMESSAGG IO, "$testomessaggi o\n\n", $intestazioni);
-----------------------------------
This is the response :
Disallowed characters found in MIME headers
Can help me somebody ? please ? tanks
Matteo
Comment