Description of Issue
A new radio button is available in System Settings > Email Settings
Context
- MSGraph REST API
- MSGraph API
- MSGraph
- SMTP
- Emailing
- Office 365
- Multi-factor Authentication
- Enterprise ERP version 2021.8.0.170
- Enterprise ERP version 2021.7.0.522
- Enterprise ERP version 2021.6.0.867
- Enterprise ERP version 2021.5.0.1233
- Enterprise ERP version 2021.4.0.1699
Cause
Microsoft's Office 365 SMTP solution recommends and will soon require multi-factor authentication
Resolution
MSGraph REST API is a new way to securely send emails using Office 365. It can be used in place of communicating directly with the Office 365 email relay server. Using this option, outbound emails can now authenticate on accounts using a multi-factor authentication through the API. Clients will want to configure the API within their MSGraph administration page before enabling this option.
Additional Information
For more information about MSGraph, see here: https://learn.microsoft.com/en-us/graph/auth/?view=graph-rest-1.0
Add Comment