Forum Discussion
Raj_Gupta
Sep 25, 2024Copper Contributor
Outlook imap issue
While configuring IMAP, We are getting below errors attached in the screenshots. The PHP INI file has "IMAP" enabled. Our passwords are correct. Error Message: (E_WARNINGJ Authentication failed...
Kidd_Ip
MVP
Please double check on follow:
- Server Settings: Ensure that the IMAP server address and port number are correct.
- SSL/TLS Settings: Verify if your server requires SSL/TLS and that it’s correctly configured.
- Firewall/Antivirus: Sometimes, these can block IMAP connections. Make sure they are not interfering.
- PHP Extensions: Confirm that the
php-imap
extension is installed and enabled in your PHP configuration.
Raj_Gupta
Sep 26, 2024Copper Contributor
My IMAP and OPENSSL settings are enabled. Configuration works fine on Gmail.
The settings I am using are:
Host: outlook.office365.com
Port: 993
Email: {my_email}
Password: {password}
The settings I am using are:
Host: outlook.office365.com
Port: 993
Email: {my_email}
Password: {password}