Warning: imap_open(): Couldn't open stream outlook.office365.com:993/imap/ssl}INBOX #663
-
Hi Guys, I am facing below issue while configuring office 365 support email in uvdesk. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you are using microsoft office 365 modern auth email, then stable release V-1.1 is not working with microsoft auth. We have changes for the modern auth email, so this feature will be added with our next release in V-1.2.0 or most renamed V-2.0 till this version is in development mode. So, you will be install new project with the dev master command and setup microsoft apps with modern auth outook. Please, You can try out the newest available version using the following command: $ composer create-project uvdesk/community-skeleton:dev-master; We would request you try the new updates and let us know if you come across any notable issues which we can address right away during our testing phase. |
Beta Was this translation helpful? Give feedback.
If you are using microsoft office 365 modern auth email, then stable release V-1.1 is not working with microsoft auth. We have changes for the modern auth email, so this feature will be added with our next release in V-1.2.0 or most renamed V-2.0 till this version is in development mode.
So, you will be install new project with the dev master command and setup microsoft apps with modern auth outook.
Please, You can try out the newest available version using the following command:
$ composer create-project uvdesk/community-skeleton:dev-master;
We would request you try the new updates and let us know if you come…