To enable email notifications via Microsoft Graph first login to portal.azure.com and following these steps:
Afterwards, On the Overview page, copy the following values:
Next, Go to Client Credentials - Add a certificate or secret. Create New Client Secret.
Copy the Value to somewhere safe
Afterwards, Go to API Permissions:
Once you have all the API details, edit the platform settings/settings.json file by adding the following graph_settings property...
"graph_settings": {
"master_email_address": "notifications@acme.com",
"client_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"tenant_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}