# 安装 sendmail
yum install sendmail

# 启动sendmail
systemctl start sendmail

# 配置php.ini
# 找到 sendmail_path
sendmail_path = /usr/sbin/sendmail -t -i

# 保存php.ini 重启php

 

相关文章:

  • 2021-07-27
  • 2021-10-18
  • 2021-05-02
  • 2021-08-29
  • 2021-12-06
  • 2021-05-16
  • 2021-11-04
  • 2021-04-08
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-12-07
  • 2021-12-16
相关资源
相似解决方案