News:

We really need your input in this questionnaire

Main Menu

What I need to send mails??

Started by Caruva58, September 11, 2021, 02:13:45 AM

Previous topic - Next topic

Caruva58

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?

Filipp Sudanov

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.


Caruva58

#2
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?

Victor Kirhenshtein

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