If your organization uses the SMTP server for Microsoft 365 (which includes Office 365), you can configure your On-Premise Maximizer installation to deliver mail using that SMTP server using Modern Authentication.
| The values and email addresses posted in these images are for demonstaration purposes only. Do not use these values in your production environment! |
Configuration starts with your organization's setup within Microsoft Azure. Once logged in, you will need the following three values:
- Client ID
- Tenant ID
- Client Secret
Here is how to obtain these values.
In MS Azure
- Log in to the Microsoft Azure portal using your organization's administrative account.
- Select More Services.
- Search for and select App Registrations.
- Click New Registration.
- Enter an application Name.
- Under Supported Account Types, select Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant).
- Click Register.
- Under Essentials, you will see the Application (client) ID and Directory (tenant) ID.
Copy these values. you will need them later. - In the left-side panel, expand Manage.
- Select Certificates & Secrets.
- Click New client secret.
- Enter a description into the Description field and select an appropriate expiry time for the Expires drop-down field.
- Click Add.
-
A new client secret will be generated.
Make sure you copy the client secret to a permanent location (eg. a text editor) before refreshing the page. Otherwise, the client secret can no longer be copied.
-
- In the left-side panel, select API Permissions.
- Click Add a permission.
- Select Microsoft Graph.
- Select Application Permissions.
- Expand Mail and put a checkmark beside Mail.Send.
- Expand User and put a checkmark beside User.Read.All.
- Click Add Permissions.
- Click Grant admin consent for ....
- Click Yes.
In Maximizer
- Open a new browser tab and browse to your Web Administration Login page (eg. https://max.yourcomp.com/MaximizerAdmin).
- Log in with your Maximizer administrator account (or MASTER).
- In the left-side panel, select Email Server Settings.
- Click Modify Options.
- For the Authentication Type, select Office 365 modern authentication.
- Paste the client ID, tenant ID and client secret you copied from your Azure setup and paste them into their respective fields.
- Click Save.
Troubleshooting
Emails not delivering: Emails you send from Maximizer are no longer being delivered to recipients. At the time of configuration, emails were delivering successfully.
In Step 13, under the "In MS Azure" section, you created the Client Secret. Notice that this value has an expiry date. If this expiry date has passed, you will need to create a new Client Secret value, then paste it into Maximizer (step 6, under the "In Maximizer" section).