在我的邮件客户端或 gmail 中,发件人始终是 apache@hosting12
有什么办法可以解决这个问题?我试过设置这样的标题但没有成功。有人可以帮帮我吗?
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=iso-8859-1" . "\r\n";
$headers .= "From: <'$from'> \r\n";
$headers .= "Reply-To: <'$from'> \r\n";
$headers .= "Return-Path: <'$from'>\r\n";
$headers .= "X-Mailer: PHP \r\n";
或者
$headers = "From: $from";