Hi,
I am trying to Invite Members in Codebrag. But I am getting the following error.
"com.softwaremill.codebrag.service.email.EmailNotSendException: Could not connect to SMTP host:"
Am I wrong with below email settings in codebrag.config file? Please do the needful.
email {
smtp-port = "587"
smtp-username = "XX...@XXXXXXXX.com"
smtp-password = "XXXXXXXXXX"
from = "XXX...@XXXXXXXX.com"
encoding = "UTF-8"
ssl-connection = true
verify-ssl-certificate = false}
Thanks,
Prasath