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

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

FreeScout 2022-03-14 08:28:40 +03:00
parent 6d21b6fd57
commit 42b9aa7f13

@ -1,7 +1,7 @@
# Sending Emails
### 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
### 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).