<code> <pre>
$headers = "From: $from_name <$from_email>\r\n";
$headers .= "Reply-To: $bounce_email\r\n";
$headers .= "Return-Path: $bounce_email\r\n";
$headers .= "Return-Receipt-To: $bounce_email\r\n";
$headers .= "X-Mailer: PHP\r\n";
$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1'. "\r\n";
mail($to, $subject, $message, $headers); </pre>
</code>
我在谷歌上花了很多时间但找不到它,谁能告诉我这个问题的解决方案或在上面的代码中找到任何错误。
期待您的快速回复。