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 2024-08-14 08:21:39 +03:00
parent 833131664d
commit 684056a2b1

@ -9,6 +9,12 @@ If you are receiving `CN='your.server.com' did not match expected CN='smtp.offic
Keep in mind that invitations to users are sent not on behalf of some mailbox but using global "System Emails" settings under "Manage > Mail Settings". And System Emails can't be sent via OAuth - use some SMTP server with login/password authentication.
Here are "Sending Emails" connection details:
* Protocol: SMTP
* Server: smtp.office365.com
* Port: 587
* Encryption: TLS (+StartTLS)
## Fetching Emails
> Keep in mind that sometimes MS365 mail is experiencing some [technical issues](https://github.com/freescout-help-desk/freescout/issues/2264#issuecomment-1255149413) which may result in errors like `connection setup failed` or `Connected, but no IMAP folders found`.