Hello,
We are trying to set up email alerts and have added the settings in the config file, but it seems to be giving us errors. I cannot find anywhere how to specify the port for the SMTP server.
We have tried both this:
<smtp_server>
192.168.100.25:2500</smtp_server>
Which gives us an unable to connect to server error message in the log.
And this:
<smtp_server>192.168.100.25</smtp_server>
<smtp_port>2500</smtp_port>
Which seems to prevent the service from starting at all.
Does anyone know the correct configuration for this?
Thanks,
Steve