PHP Module
Jump to navigation
Jump to search
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