NEW with v7.3 Beta 6 and v7.2 SP1 in Q3 2025:
Added support for the "Allow Mail" functionality by using "MS Entra ID Connector" integration via the "Graph API" and "OAuth2" token endpoint .
Requires Entra ID > App Registrations > your-EntraID-fw-app > Permissions > Graph API > Application > *Mail.Send*.
############################
Entra ID Connector: Added support for the fw Server app's "Allow Mail" to send Emails via the Microsoft Graph API.
Entra ID Connector: Added support for the fw Server app's "Allow Mail" to send Emails via the Microsoft Graph API.
Details:
To enable the support for the fw Server app's "Allow Mail" to send Emails via the Microsoft Graph API, requires to configure these two parts:
1)
Create a new App Registratoin on Entra ID or expand the already existing one Entra ID > App Registrations > your-EntraID-fw-app > Permissions > Graph API > Application > *Mail.Send*.
See more info here for the App Registration:
2a)
Go to: fw Server app > Setup > Users > "Microsoft Entra ID Connector" and add the configuration if you created a new App Registration.
- App Client Id
- App Secret Key (Value)
- Oauth 2.0 Token Endpoint
- MS Graph Api Endpoint
2b)
And add and configure these two new "server.cfg" variables:
- MSGRAPHAPI_SENDMAIL_ENABLED 1
- MSGRAPHAPI_SENDMAIL_IMPERSONATIONEMAIL youremail@test.onmicrosoft.com
- MSGRAPHAPI_SENDMAIL_ENABLED 1
- MSGRAPHAPI_SENDMAIL_IMPERSONATIONEMAIL youremail@test.onmicrosoft.com
See more info here:
############################