幫助中心
這里有最新的使用文檔和教程
寶塔關于無法使用PHP自帶函數發送郵件的解決方法
Centos6.x:
檢查sendmail是否啟動:
若顯示為空請通過以下命令設置sendmail自動啟動:
service sendmail start
chkconfig --level 2345 sendmail on
Centos7.x:
檢查sendmail是否啟動:
若顯示為空請通過以下命令設置sendmail自動啟動:
檢查sendmail是否啟動:
- chkconfig --list | grep sendmail
若顯示為空請通過以下命令設置sendmail自動啟動:
service sendmail start
chkconfig --level 2345 sendmail on
Centos7.x:
檢查sendmail是否啟動:
- systemctl list-units --type=service|grep sendmail
若顯示為空請通過以下命令設置sendmail自動啟動:
- 上一篇:寶塔面板無法登陸/首頁無限刷新的解決方法
- 下一篇:docker管理器使用教程