- Edited
How do I fix this error. I keep on getting this error when i enter in pop settings for my email address.Also PHP Version 5.3.1How do i enable imap extension?
How do I fix this error. I keep on getting this error when i enter in pop settings for my email address.Also PHP Version 5.3.1How do i enable imap extension?
I am using Version v1.8.0.1the smtp server i am using is ssl://smtp.gmail.com port 465Operating System: Windows 7 Home Premium
You need to edit your php.ini file, and uncomment the line that reads:extension=php_imap.dllYou should also make sure that the php_imap.dll extension is in your extension folder, if its not you will need to get a copy that corresponds to your installation version from PHP.net. You will have to restart your web server software after this change.