Server disables LOGIN, no recognized SASL authenticator

hello, when i try to do an imap parse but when i run the code from a local host via xampp, i get this error:

Warning: imap_open(): Couldn’t open stream {outlook.office365.com:143/notls/novalidate-cert}INBOX in C:\xampp\htdocs\Imap_parser1.php on line 49
Cannot connect to kraken.im: Server disables LOGIN, no recognized SASL authenticator
Notice: Unknown: Server disables LOGIN, no recognized SASL authenticator (errflg=2) in Unknown on line 0

could anyone give me a clue as to how to fix it please?

Have you tried Telnet with port 143?

It seems that you do not allow clear text logins over a non-secure connection. Try connecting to it over the SSL port or using the TSL support.

If you are unsure of all of that, you can reconfigure your server to allow plain logins over a non-secure connection, although there is a high risk in your security. Email hijacking is extremely high with this option.

Sponsor our Newsletter | Privacy Policy | Terms of Service