Heelo Olivia Gonzalez,
File Server Resource Manager (FSRM) still uses the old CDO.Message mail pipeline, which doesn’t support modern TLS or authenticated SMTP submission. When your mail server started enforcing TLS 1.2 and secure authentication, FSRM stopped sending quota alerts because it can only push plain‑text SMTP traffic over port 25 without STARTTLS.
The proper way to fix this without weakening security is to route FSRM alerts through an internal SMTP relay. You can set this up by enabling the IIS SMTP virtual server on the host, configuring an Exchange receive connector, or using a relay utility like Stunnel. In the relay settings, allow anonymous or IP‑restricted inbound connections from 127.0.0.1 on port 25, and configure the outbound smart host with TLS 1.2 and valid credentials for your mail provider.
Once the relay is running, open File Server Resource Manager, right‑click File Server Resource Manager (Local), choose Configure Options, and under Email Notifications set the SMTP server to localhost or 127.0.0.1. Use the Send Test Email button to confirm that alerts pass through the relay and arrive securely in your inbox.
Tracy Le.