NetXMS Support Forum

English Support => General Support => Topic started by: Caruva58 on September 11, 2021, 02:13:45 AM

Title: What I need to send mails??
Post by: Caruva58 on September 11, 2021, 02:13:45 AM
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?
Title: Re: What I need to send mails??
Post by: Filipp Sudanov on September 14, 2021, 06:51:21 PM
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.

Title: Re: What I need to send mails??
Post by: Caruva58 on September 15, 2021, 02:57:07 AM
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?
Title: Re: What I need to send mails??
Post by: Victor Kirhenshtein on October 28, 2021, 09:37:57 AM
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