1 min read

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  
Share your Love

Leave a Reply

Your email address will not be published. Required fields are marked *