PHP Module
Revision as of 15:39, 29 November 2014 by Nicolas Rollin (talk | contribs)
Php Imap
- in Ubuntu for install imap use
sudo apt-get install php-imap
and imap by default not enabled by php so use this command to enable imap extention
sudo php5enmod imap
- then restart your apache
sudo service apache2 restart