如何在Ubuntu上为PHP设置没有域的sendmail

时间:2018-10-01 13:32:07

标签: php ubuntu sendmail

我想只发送服务器。

所以,我做了以下事情。

  

易于安装sendmail mailutil

     

sudo sendmailconfig

但是,我无法发送邮件。

您有什么建议吗?

我的服务器是没有域的ubuntu 16。

此致

1 个答案:

答案 0 :(得分:0)

我做了以下事情。

vi /etc/hosts

#127.0.0.1 localhost                 # comment out
127.0.0.1 ubuntu ubuntu.localdomain  # Added

安装命令和php库。

sudo apt install sendmail mailutils dstat
sudo apt install php-pear
pear install --alldeps Mail

最后

sudo reboot