I have created a custom alert for when a branch goes down it sends an email to certain recipients. I am receiving alert results in Orion NPM that it trigers and logs message, but it did not send an email.
While testing the Alert Trigger, i saw below message in Trigger log:
3/20/2014 3:53:15 PM: Preparing action type EMail to test alert Branch Down.
3/20/2014 3:53:33 PM: Email 'Branch Router Down for 10 minutes' from '"Network Performance Monitor" <nms@domain.com>' to '"imam@domain.com" <imam@domain.com>' has been handed to the local mail handler for alert Branch Down. However, the mail handler had the following error:
Email message sent via SMTP Server mail.domain.com To: imam@domain.com From:nms@domain.com Subject:Branch Router Down for 10 minutes Body:Branch "Baghbanpura Branch" in Region "Central Region" is down since 3/20/2014 3:53:15 PM
EXCEPTION STACK: --> The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay
: : at Interop.cdosys.MessageClass.Send()
at SolarWinds.Orion.Core.MessageActions.ActionEmail.AsyncMailToSend.SendThis(Object state);
Any clues on possible issues and outcomes, SMTP server details are solid and email address are working fine i have double checked.
Thanks....