Database mail Email notification not working

  • This message indicates the operator has an invalid e-mail address, this is appears to be a response from your SMTP relay. Check the database mail logs. Try to reproduce with a new operator - i.e.

    EXEC msdb.dbo.sp_add_operator @name=N'TEST',

    @enabled=1,

    @pager_days=0,

    @email_address=N'someemailaddress@yourcompany.com'

    Confirm you can access the SMTP relay from both nodes on the cluster -

    http://support.microsoft.com/kb/153119

    Good luck 🙂

  • Looks like you used an invalid email address, maybe an Active Directory user name? Ensure that you are providing the profile a valid email address. ie. bobjones@mydomain.com

    Check out this profile Account 2

    Good Luck!

    jim

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply