设置sendmail_path
当提交引导格式表单时,我一直在使用sendmail_path设置从地址设置。这比 email  protected;
最近,我工作过的几个网站已升级到7.4菲律宾比索。这个较新的PHP版本打破了我设置的php.ini文件函数。
有人知道如何修改下面的代码以还原以前的功能吗?
该代码在PHP 7.4之前工作,但现在返回
sendmail_path="/usr/sbin/sendmail -t -i -f [email protected]"
I've been using the sendmail_path to set the from address when a Bootstrap form is submitted. This is preferred over the server default of [email protected].
Recently several sites I've worked on have been upgraded to PHP 7.4. This newer version of PHP has broken the php.ini file function I had set.
Does anyone know how I might mod the code below to restore the previous functionality?
This code was working prior to PHP 7.4, but now returns [email protected] instead of the address I have set.
sendmail_path="/usr/sbin/sendmail -t -i -f [email protected]"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在这里有2个选项。
You have 2 options here.