Hi all,

To make IMAP working with PHP we need to install these modules:

  • php-imap
  • php-cli

Now in case IMAP is not working, create a file named info.php and put this:

<?php echo phpinfo(); ?>

Run it in the browser and you will see something like: Read the rest of this entry »

Popularity: 10%