HOW TO: Use Office365 Exchange E-Mail for Incoming and Outgoing RMTrack E-Mail
Summary
RMTrack supports the use of Microsoft 365 e-mail for both incoming and outgoing e-mails
General Notes
- For both incoming and outgoing e-mails, Office 365 server and ports are hardcoded.
- The Office 365 user/email must have a license for Exchange. This means “Office365 Business Standard” and not “Office365 Apps for business”.
- The user/email password must be set to never expire.
- A user/email must not be required to use any form of multi-factor authentication
- A newly created user must log in before the authentication test will pass.
- For outgoing e-mail using Office 365, there is no “from address” option – the from address is always the user/email address.
Resolution
To Use a Microsoft 65 Exchange e-mail account for both incoming and outgoing emails, four pieces of information ar required:
- Tenant Id
- Client Id
- User Id (email address)
- Password
To use an Office 365 user/email account with RMTrack incoming and outgoing email, you must first do an APP REGISTRATION
- Go https://admin.microsoft.com/ and sign into your Office365 Exchange as an admin
- On the left side menu, select Show all
- Select All admin centers
- Select Microsoft Entra
- Select Applications
- Select App registrations
- Select + New registration – give it a name and Register. This will provide you with the Tenant Id and Client Id
- Under Manage click Authentication
- + Add a platform
- Select Mobile and desktop Applications
- Check the box for https://login.microsoftonline.com/common/oauth2/nativeclient
- Click Configure
- At the bottom of the Authentication page, Advanced settings, set Enable the following mobile and desktop flows: to YES and Save
- Under Manage select API permissions
- You should see one permission: Microsoft Graph and under it: Read
- Click on Microsoft Graph
- Search for: POP open and check AccessAsUser.All
- Search for: SMTP open and check Send
- Click Update Permissions
- Beside + Add a permission click Grant admin consent for …
References
Register an application with the Microsoft identity platform:
https://learn.microsoft.com/en-us/graph/auth-register-app-v2
How to create a no-reply mailbox in Microsoft 365:
https://www.codetwo.com/admins-blog/no-reply-mailbox-in-microsoft-365/
Applies to
RMTrack Issue Tracking – v7.0 or later