Search code examples
phpwindowsxamppimap

Enable IMAP PHP in xampp (windows)


I am installing a CRM locally and I have a problem with IMAP. I am looking for and find that "extension = imap" must be enabled, but I do it and it remains the same.

Notice that I am using xampp in Windows 10.

enter image description here

I thank you in advance


Solution

  • You need to configure your php.ini file to enable IMAP extension

    Search for the line ;extension=php_imap.dll and remove semicolon(;) and restart your xampp. The line should look like as mentioned below.

    extension=php_imap.dll