I am having an issue using GMail. I have set the TLS values in the NSJBoss.properties file.
mail.smtp.port=587
mail.smtp.auth=true
mail.smtp.starttls.enable=true
Gmail does not have 2 factor auth enabled.
Gmail is set to "Allow less secure apps".
When I test email I get the same error as above: "Unable to send Email. Couldn't connect to host, port: smtp.gmail.com, 587; timeout -1"
I am able to ping smtp.gmail.com from the NetSight Console server.
Cannot telnet from Console Server to smtp.gmail.com 587, it does not connect.
I am able to telnet from my PC and get an answer "telnet smtp.gmail.com 587"
"220 smtp.gmail.com ESMTP u8sm251097vk.b.43 - gsmtp"
Any ideas?