Error/mnet/auth imapnotinstalled

From Learnit docs
Revision as of 10:51, 16 May 2019 by Docsadmin (talk | contribs) (Created page with "This error indicates that there is an error when trying to call imap_open PHP function, that is because you need to configure PHP with the option --with-imap. For ubuntu user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This error indicates that there is an error when trying to call imap_open PHP function, that is because you need to configure PHP with the option --with-imap.

For ubuntu user, installing php5-imap may fix the problem

 sudo apt-get install php5-imap

For more information visit http://php.net/imap

es:error/mnet/auth imapnotinstalled