$headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n"; $headers .= "Reply-To: webmaster@example.com" . "\r\n" . $headers .= "X-Mailer: PHP/" . phpversion(); mail($to,$subject,$message,$headers);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)