麻烦在回复邮件功能在PHP中

时间:2015-01-30 08:17:52

标签: php email

我正在通过我的php页面发送邮件,标题是

$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n";
 $headers .= 'From: '.$_POST['email']. "\r\n";

  $headers .= 'Reply-To: '.$_POST['email']."\r\n";


 mail($mail_to,$mail_sub,$message,$headers);

当我在gmail中打开回复不是根据$ _POST [' mail']它显示info@example.com(表示默认域邮件)这段代码中的错误是什么

0 个答案:

没有答案