Code:
$from ="<!--EMAIL ADDRESS-->"; $headers = "From:" .$from. "\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n"; mail($to,$subject,$txt,$headers); //$txt will contain the text want to sent in html format.
Leave a comment: