A robust starter web application to ease Java webapp development.

Home | Tutorials | Demos | Issues

 « Return to Thread: Build fails when moving from James to Exchange server

Re: Build fails when moving from James to Exchange server

by Choe :: Rate this Message:

Reply to Author | View in Thread

I figured out that there was no mistake in the settings it self but I had to change the test cases. The reason was that: My settings were to use company exchange server and port 587 but the test case was expecting the host to be localhost and the ports to be randomly selected above 2465 (I dont remember the exact port number).

Once I changed those test settings. Everything worked just fine.


 « Return to Thread: Build fails when moving from James to Exchange server