Hi Merwin,
Merwin Yap wrote:
Caused by: java.net.ConnectException: Connection refused: connect
I believe the default host to use is "localhost". This indicates you are
not running a mail server on localhost (eg, if you are on windows, this
is very rare).
Try setting the smtp-host to a machine that is listening for mail on
port 25.
2. I have a project that has parent project (composed of subproject A
and B) which I added to Continuum. Upon running, I saw that the sub-projects
were added to the list of Continuum projects but there was entry for the
parent project. Is this the expected result? The sub-projects did build and
return an OK status.
Yep, that's correct behaviour.
- Brett