Comments
-
Thanks for the reply! I'm using NPM 11.0.1 as well, and I couldn't find anything. Can't confirm anything about NPM 11.5.
-
To answer my own question: SELECT AlertName, Title, Target FROM ActionDefinitions INNER JOIN AlertDefinitions ON ActionDefinitions.AlertDefID = AlertDefinitions.AlertDefID WHERE ActionType = 'EMail' AND Target LIKE '%<address>%' ORDER BY AlertName Replace <address> with the email address