Hello Guys
I'm testing NetXMS features and I want to receive an email when the Usage of System Memory is higher than 80%. I've already configured the Event Procesing Policy, Actions Configuration and I'm already receiving alerts on Console. I configured Windows SMTP Server (running on the same server where NetXMS is configured) to work as a relay, testesd using telnet and it's working, but the emails from NetXMS don't arrive, so I think the problem is about the configuration of Server Variables.
Does anyone know the variables I have to set in order to make NetXMS to sent the emails to the local relay?
So far I configured these ones:
SMTPFromAddr        [email]@[domain].com
SMTPFromName       NetXMS Server                   
SMTPPort               25
SMTPRetyCount       1                     
SMTPServer            127.0.0.1
Thanks
			
			
			
				The problem was solved!
Guess what: I just needed to restart NetXMS Server and the email notification worked (and also some personalized alarms I created. They were not working before, but after the server was restarted, everything was ok...)!