smtp
Configure SMTP mail on apache server in ubuntu
sudo apt-get install php-pear sudo pear install Mail_Mime sudo apt-get install sendmail sudo /etc/init.d/sendmail start sudo /etc/init.d/apache2 restart
1 min read
Tech Updates Simplified Easy Insights
sudo apt-get install php-pear sudo pear install Mail_Mime sudo apt-get install sendmail sudo /etc/init.d/sendmail start sudo /etc/init.d/apache2 restart