Enable the imap in support in xampp server
As default, the IMAP support for PHP is deactivated in XAMPP due to some mysterious initialization errors with some home versions like Windows 98. If you work with NT systems, you can open the file "\xampp\php\php.ini" to activate the php exstension by removing the beginning semicolon at the line ";extension=php_imap.dll". It should be:
extension=php_imap.dll
Now restart Apache and IMAP should work. You can use the same steps for every extension, which is not enabled in the default configuration.
As at 2020/3/11 the extension=php_imap.dll does not exist in the php.ini file.
ReplyDeleteI am a newbie so I just mention as an observation.
You only have to add that line in the extensions of the php.ini file
DeleteIn version 7.0 its change to.
ReplyDelete;extension=imap;
only remove the first semicolon 😉👍👍👍👍