No Email Notification for triggered alert

Saiyad Rahim 431 Reputation points
2026-02-05T11:08:27.0933333+00:00

A high priority application malfunctioned and an Alert was triggered - SCOM picked it up and showed Alert on the Console but NO e-mail notification was sent out or received by the Subscribers.

As soon as the incident was resolved, a Closed/Resolved alert was on the Console and a corresponding Email notification was received.

I quickly dived in and checked all configuration of the Notification Channels and Subscriptions and and everything looks fine. Compared settings of the NEW alert Subscriptions with the Resolved/Closed alerts subscriptions and they both match (apart from the Resolution state).

While looking at SCOM Event Logs, the issue App malfunctioned again and an alert was on the console and i waited for a email notification but have not received anything. few minutes later when the issue was sorted, a corresponding Resolved/Closed alert email was received.

I have also done a trace in exchange and can confirm that SCOM only sent Resolved/Closed alert for this issue and no NEW alert email.

Management wants to know why SCOM didn't send out the email and i have no answers. I haven't seen anything like this before.

Have been trying to find something that could help me troubleshoot this "scom not sending email notification" but i can not find anything on anyone's blogs or forums...unless it has been removed or google kung fu is weak.

Anyone out here has anything that can point me in the right direction...or help me investigate this please?

Any help will be appreciated.

System Center Operations Manager
System Center Operations Manager

A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.

0 comments No comments

Answer accepted by question author
SChalakov 10,861 Reputation points MVP Volunteer Moderator
2026-02-09T08:17:31.3566667+00:00

Hi Saiyad  

the symptom pattern (no email on New, but email on Closed/Resolved, and Exchange trace shows SCOM never even attempted the “New” send) almost always means the “New” subscription never evaluated as “true” long enough, while the “Closed” one did.

The top 3 root causes to validate (in this order):

1.    Notification delay (“bake time”) + fast auto-close or property change

SCOM subscriptions can be configured to delay sending until the alert’s properties/criteria remain unchanged for X minutes. If the alert is raised and then closes or changes (severity/priority/resolution/custom fields) before the delay expires, the “New” notification won’t be sent. Microsoft documents this behavior explicitly. This matches your story perfectly: the issue is fixed “a few minutes later”, and only then you get the Closed mail.

What to check

  • Open the New subscription → Channels step → confirm whether there’s a Delay configured.
  • On the alert: right-click → Properties → History and note timestamps for Raised vs Closed and any intermediate updates (severity/resolution state changes).
  • If ClosedTime - RaisedTime < Delay, you have your explanation for management.

Management wording (fact-based)

  • “The ‘New’ notification is configured with a delay. The alert auto-resolved/changed state before the delay elapsed, so SCOM correctly did not send the ‘New’ email; the separate ‘Closed’ subscription still triggered.”

2.    The alert did not actually meet the “New” subscription criteria at raise time

Even if you think the subscriptions “match”, subtle criteria differences can break only the New path:

  • Resolution state at creation might not be 0/New (some MPs or integrations set custom resolution states quickly).
  • Severity/priority can change quickly if the alert is monitor-based and configured to match monitor health, which Microsoft also calls out as a reason notifications don’t fire when delayed.
  • Group/class/source scoping: if your subscription scopes to a group/class and the alert source is a watcher/partner object, the “New” one may not match while “Closed” (with broader criteria) does. Microsoft documents watcher/replication-partner source as a common reason for “no notification”.

What to check (fast)

  • Compare the actual alert fields at raise time: Source, MonitoringObject, Rule/Monitor, Severity, Priority, ResolutionState.
  • Temporarily simplify the New subscription criteria to the bare minimum (e.g., only “Resolution state = New” + severity) to prove it’s a criteria mismatch.

3.    Notification processing latency / load on the Notifications Resource Pool

If the notification workflow runs late (busy MS, services under load), the alert can move from New → Closed before the engine evaluates it, so the New subscription never matches when finally processed. Microsoft explicitly notes notification delays can happen under load because notification workflows run in the Management Service.

What to check

  • Health of Notifications Resource Pool and the “Alert Notification Subscription Server” object.
  • On every pool member: Event Viewer → Applications and Services Logs → Operations Manager around the incident time (look for subscription/channel workflow warnings/errors).

A practical troubleshooting flow (what I’d do in order):

Step 1 — Prove whether “delay + fast close” is the cause

  1. Pick one missing “New” incident and record:
    • Raised time, Closed time, repeat count
    1. Record the Delay configured on the New subscription (minutes).
    2. If the alert lifetime is shorter than the delay → done (that’s your root cause).

Step 2 — Verify it wasn’t an “update of an existing alert” instead of a true new alert

If the alert is monitor-based, SCOM typically maintains one alert per monitor/instance while unhealthy; repeats update the same alert (repeat count increments). In that case, you may only get one “New” email ever (depending on your design), and later you’ll only see the closure. (This is a common operational trap with monitor alerts.)

Check

  • Is the AlertID the same across “multiple malfunctions”?
  • Does the RepeatCount increase instead of generating a fresh alert?

Step 3 — Run a controlled reproduction test (removes guesswork)

Create a temporary “Test – New Alerts (No Delay)” subscription:

  • Criteria: minimal (ResolutionState=New; optionally severity)
  • No delay
  • One recipient (you)

Trigger an alert that stays active for 10+ minutes.

Interpretation

  • If New mail is sent: your pipeline is fine; your real subscription logic/delay is the issue.
  • If New mail is not sent: then look at global notifications settings, notification account/profile, pool health, and event logs.

(For SCOM notifications building blocks—channel/subscriber/subscription and prerequisites—Microsoft has the canonical checklist.

 

I hope I was able to help.

Regards,

Stoyan

"If my response was useful, please consider marking it as the answer. It keeps the forum clean, structured, and more helpful for everyone. Thank you for supporting the community."

Was this answer helpful?


1 additional answer

Sort by: Oldest
  1. AI answer

    2026-02-05T11:08:35.7+00:00

    If you are not receiving email notifications for alerts in System Center Operations Manager (SCOM), there are several potential causes to investigate:

    1. Notification Configuration: Ensure that the notification channel is configured correctly with the appropriate Fully Qualified Domain Name (FQDN) and port of the SMTP server. This configuration must be accessible from all management servers in the notifications resource pool.
    2. Firewall and Anti-Malware Settings: Check if any firewall rules or anti-malware software are blocking the SMTP server's address or port. If so, create exclusions for the resource pool servers.
    3. Authentication Settings: Verify the authentication method selected for the SMTP server. If using anonymous authentication, ensure that the server allows anonymous connections or has exclusions for the IP addresses of the management servers. For Windows authentication, ensure a Run As account is created and has permission to send emails through the SMTP server.
    4. Alert Subscription Criteria: Confirm that the alert meets the defined criteria for the subscription. If it does not meet the criteria, notifications will not be sent to the subscribers.

    By checking these areas, you can troubleshoot and resolve the issue of not receiving email notifications for triggered alerts in SCOM.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.