Setting up a Ubuntu/Apache/PHP machine to send email

后端 未结 5 1766
没有蜡笔的小新
没有蜡笔的小新 2020-12-02 16:58

I am working for a small Ho Chi Minh City company whose only server was just one old small computer. Now just a few months later, we are expanding rapidly and one of the req

5条回答
  •  旧巷少年郎
    2020-12-02 17:38

    sudo apt-get install sendmail
    sudo sendmailconfig
    

    The second command was needed for me to run correctly. (it asks about some configuration, just type Y everytime it asks)

提交回复
热议问题