gpt4 book ai didi

php - 使用 error_log() 通过电子邮件发送错误消息

转载 作者:行者123 更新时间:2023-12-01 07:31:08 24 4
gpt4 key购买 nike

php 函数 error_log() 允许您将日志发送到电子邮件,将第二个参数设置为 1。我这样做了,但我想在 html 中显示消息。代码如下所示:

error_log($this->_errorMsg, 1, ADMIN_MAIL, "Content-Type: text/html; charset=utf8\r\nFrom: ".MAIL_ERR_FROM."\r\nTo: ".ADMIN_MAIL);

可能我在声明内容类型时搞砸了,因为我以纯文本形式收到 msg:
<h1>Website Error</h1>
<b>ERRNO:</b><font color='red'>1</font>
...

最佳答案

您应该阅读 error_log 的 PHP 引用中的注释。 ,第一个包含一个例子:

error_log("<html><h2>stuff</h2></html>",1,"eat@joe.com","subject  :lunch\nContent-Type: text/html; charset=ISO-8859-1");

关于php - 使用 error_log() 通过电子邮件发送错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3926090/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com