/ Published in: PHP
Expand |
Embed | Plain Text
$headers = "From: " . $_POST['email'] . " "; $headers .= "Reply-To: " . $_POST['email'] . " "; $headers .= "Return-Path: orcamento <orcamento@biologicanet.com.br> "; $headers .= 'MIME-Version: 1.0' . "\n"; $headers .= 'Content-type: text/html; charset=utf-8' . " ";
You need to login to post a comment.
