headers:
$headers = 'From: '. $replyemail . "\r\n" .
'Reply-To: '.$replyemail.'' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
This tutorial shows how to make a PHP email form using the basic PHP function:
mail()
Please visit http://www.tigertutorials.com for more tutorial videos on PHP and other fun topics. Please Subscribe!