htmlentities 在使用 PHPmailer 时忽略 <br>

前段时间我做了一个联系表来发送电子邮件。


我有这个:


If  ($validity !='Good@Ripsi'){

      $to = "contact-us@xx-xxxx.com";

      $subject = "xx xxxx new Subscriber";

      $email_address = htmlentities($_GET['email_address']);

      $headers = "xxxxxxxxxx" . "\r\n" .

      mail($to,$subject,$email_address,$headers);


      header("Location: index.php");

}

这很好用。在我读到虽然我不打算发送数以千计的 Newletters 之后,最好使用 PHPmailer,否则它可能被视为垃圾邮件并被阻止。我不太了解那些邮寄的东西。所以我读了一个教程,它工作得很好,但有一点:htmlentities 不再做这项工作,所有<br>的都在接待处被忽略。


我检查过:$mail->IsHTML(true);


帮助将不胜感激。


繁花如伊
浏览 91回答 1
1回答

神不在的星期二

我不明白IsHTML.&nbsp;在这种情况下,它必须设置为false。
打开App,查看更多内容
随时随地看视频慕课网APP