Messages not sending through Microsoft 365
Who is this article for?Users who are having trouble sending emails through 365.
Local Admin permissions are required.
Due to a requirement change in Microsoft 365, older versions of the app may not be able to send emails successfully. This article explains why the issue occurs and how to resolve it.
1. Issue
When trying to send an email, you may find that the action cannot be completed. This is often reflected in the server Application Event Viewer with the following error:
This affects instances that are using Microsoft 365 as their SMTP provider.
It has been reported to our development team and they have found that a recent Microsoft update on a Microsoft 365 TLS component is causing this issue.
A fix has been put in place in Ideagen Quality Management v7.1.6.0.
2. Solution
You will need to enable strong cryptography on the application server to resolve the issue without an upgrade.
To enable this:
- Open the Registry Editor.
- Navigate to: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727].
- Check that SchUseStrongCrypto and SystemDefaultTlsVersions registry keys exist.
- Repeat for: [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319].
- If they are missing, right-clicking the screen.
- Select New.
- Choose DWORD (32-bit) Value.
- Right-click each key.
- Select Rename.
- Name the entries SchUseStrongCrypto and SystemDefaultTlsVersions respectively.
- Right-click each key.
- Select Modify.
- Change the Value to 1 to enable the key.
- Select Hexadecimal (Under Base).
If this doesn't resolve the issue, request an upgrade to the latest version.