1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-08 20:02:29 +01:00

Updated Connect FreeScout to Microsoft 365 Exchange via OAuth (markdown)

FreeScout 2022-10-02 19:51:17 +03:00
parent a744000d99
commit 6948276cdf

@ -37,3 +37,7 @@ The MS365 user you will be using to connect to FreeScout must have a MS365 mailb
7) Click "Connect" next to "Microsoft Exchange" and authenticate Microsoft Exchange under the user corresponding to the email address your are using for the mailbox in FreeScout. 7) Click "Connect" next to "Microsoft Exchange" and authenticate Microsoft Exchange under the user corresponding to the email address your are using for the mailbox in FreeScout.
![2022-03-09_17-05-51](https://user-images.githubusercontent.com/40499291/157457902-158b6ef5-ead8-409d-ae35-88d920dff5c0.png) ![2022-03-09_17-05-51](https://user-images.githubusercontent.com/40499291/157457902-158b6ef5-ead8-409d-ae35-88d920dff5c0.png)
### Debugging Emails Fetching
If you need to debug the process of fetching emails via IMAP & OAuth, run fetching in the console with `php artisan freescout:fetch-emails` and will show the process of interaction between FreeScout and MS365 IMAP server.