Is there a way I can test send an Email from NetXMS to verify Email is working properly? Thank you for your assistance.
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.