I want to enable the simple php mail() function on an Ubuntu server.
three steps
sudo apt-get install sendmail
sudo sendmailconfig (answer Yes to everything)
sudo service apache2 restart
I want to enable the simple php mail() function on an Ubuntu server.
three steps
sudo apt-get install sendmail
sudo sendmailconfig (answer Yes to everything)
sudo service apache2 restart
Leave a Reply
You must be logged in to post a comment.