Tuesday, February 23, 2021

Install and enable the imap extension on Ubuntu 20.04



Debian/Ubuntu with PHP5
sudo apt-get install php5-imap
sudo php5enmod imap


Debian/Ubuntu with PHP7
sudo apt-get install php7.0-imap


YUM based distro

sudo yum install php-imap


Mac OS X with php5.6


brew reinstall php56 --with-imap

No comments:

Post a Comment

How to composer in cPanel using terminal Terminal

 At first, be sure that your cPanel has terminal access. Step-1 mkdir -p ~/bin cd ~ php -r "copy('https://getcomposer.org/installer...