update from email

This commit is contained in:
Ben Harris 2017-12-12 15:12:10 -05:00
parent 2ce3a1a2e0
commit 40cead1b80
2 changed files with 27 additions and 27 deletions

View File

@ -42,7 +42,7 @@ if ($_POST) {
$from = $name . " <" . $email . ">";
// Email Headers
$headers = "From: tilde admin<admin@tilde.team>\r\n";
$headers = "From: admin<admin@benharri.com>\r\n";
$headers .= "Reply-To: ". $email . "\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";