Hi Patel,
FSRM cannot send emails directly to modern mail gateways because its notification engine is hardcoded to plain-text, unauthenticated SMTP on TCP port 25, rendering registry keys like SmtpUseTLS ineffective. The standard solution is to route FSRM notifications through an intermediate internal SMTP relay (such as IIS SMTP or an Exchange connector) that receives the messages locally on port 25 and forwards them outbound with required TLS 1.2 encryption and authentication. Alternatively, you can configure FSRM to log Event IDs 8229 or 8230 to the Application Event Log and trigger a custom PowerShell script or Microsoft Graph API call to send authenticated notification emails.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN