1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-19 18:21:31 +02:00

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

FreeScout 2022-03-14 08:27:36 +03:00
parent 95f67c45e6
commit 3938b63b46

@ -1,3 +1,8 @@
# Sending Emails
Usually you can send emails from FreeScout on behalf of your Microsoft Exchange email without any problems (see [details](https://github.com/freescout-helpdesk/freescout/wiki/Sending-emails#microsoft-office-365-exchange)).
# Fetching Emails
1) Register an app in "Azure Active Directory » App registrations » New Registration". Set **Web** as Redirect URI and enter URL: https://yourdomain.com/mailbox/oauth _(make sure to change the domain to yours_). Also you can read more on creating Microsoft Exchange apps [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app).
2) In the app settings in "API permissions" click "Add a permission", then click "Microsoft Graph" and choose Delegated permissions: `IMAP.AccessAsUser.All`, `offline_access`, `SMTP.Send`