Send Emails with Microsoft Graph API
Copy
If you would like to set up sending emails via Microsoft Graph API instead of Smtp Server, you can do it by modifying InnovatorServerConfig.xml file.
Note
For more information related to Microsoft Graph API please refer to the link: https://docs.microsoft.com/en-us/graph/use-the-api
Modify InnovatorServerConfig.xml:
Locate the Mail node and set value of the deliveryMethod attribute to MicrosoftGraphApi. For the clientId, clientSecret and tenantId put the values of your application taken from the Azure Portal
<Mail deliveryMethod="MicrosoftGraphApi” clientId="...” tenantId="...” clientSecret="..."/>
Note
There should be the only one Mail node in InnovatorServerConfig.xml, if there are more, Innovator Server will consider the first one it finds
Warning
Your application should have Mail.Send application permission configured. For more details, please refer to the link: https://docs.microsoft.com/en-us/graph/auth-v2-service