php sendmail 安装配置

时间:2017-12-18 17:30:29   收藏:0   阅读:232
# 安装 sendmail
yum install sendmail

# 启动sendmail
systemctl start sendmail

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

# 保存php.ini 重启php

 

原文:http://www.cnblogs.com/cidgur/p/8058455.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!