Frequently Asked Questions
How do I set up email using OAuth 2.0 authentication?
SISfm supports two platforms for sending emails which use the OAuth 2.0 protocol for authentication and are DMARC compliant:
- Microsoft Entra (entra.microsoft.com).
- Google Cloud (cloud.google.com).
To use these:
How do I create a Microsoft email service for use by SISfm?
- The email service is configured in Microsoft Entra
- Create an "Enterprise Application"
- Note the "Application (client) ID" and "Directory (tenant) ID"
- Add two "API Permissions" of type "Application"
- Microsoft Graph - Mail.Send
- Microsoft Graph - Mail.ReadWrite
- Add a "Client Secret"
How do I create a Google email service account for use by SISfm?
- The email service is configured in Google Cloud
- Create a "Project"
- Enable "Gmail API"
- Create "Credentials"
- Of type "Service Account"
- Create a "Private Key" for the "Service Account"
- Securely save the JSON file
- From the JSON file, note the values for "type", "private_key" and "client_email"
- Create an "App" from "OAuth consent screen"
- Add "Scope" ("https://mail.google.com/" - Gmail API to send and delete emails)
If you need further assistance, please contact IFM Support <support@integratedfm.com.au>.