Email Test

Started by m1975Michael, August 01, 2014, 04:01:12 PM

Previous topic - Next topic

m1975Michael

Is there a way I can test send an Email from NetXMS to verify Email is working properly? Thank you for your assistance.

Alex Kirhenshtein

There are no "test" button, but you can check it like this:

1) add new rule to EPP, any (preferablty unsued) event will do - with action "send email", don't forget to save EPP
2) send this event using command line tool "nxevent":nxevent -u admin -P adminpassword localhost SYS_NODE_DOWN

P.S. replace "SYS_NODE_DOWN" with event you choose in step 1.