Hi, I new here and I actually want to know what I need to send mails? and how it's works, also I can send it to an specify gmail address?
Email sending is configured in Configuration->Server configuration. Look for parameters that start from SMTP.
Netxms currently works only with SMTP servers that do not require encryption.
You can use email relay software, e.g. http://emailrelay.sourceforge.net/ for Windows. For linux it could be e.g. postfix.
thanks for the answer, I alredy install e-mail relay and add a name for the SMTP.LocalHostname in my Netxms server configuration. I was testing with telnet but I don't know if is ok.
220 MyUser -- E-MailRelay V2.2 -- Service ready
ehlo Netxms
250-MyUser says hello
250-VRFY
250 8BITMIME
mail from: <netxms@localhost>
250 OK
rcpt to: <
[email protected]>
250 OK
data
354 start mail input -- end with <CRLF>.<CRLF>
Froma: netxms@localhost
to:
[email protected]subject: hello
Telnet testing
.
250 OK
what else I need to do?
SMTP conversation above looks OK. Do you have any logs on your mail relay to check if there are connections from NetXMS server and any possible errors?
Best regards,
Victor