SMTP port configuration
In version kunagi-0.16.1,I set Email SMTP port to a number not 25,it not works,the error logs as follow:
Caused by: javax.mail.MessagingException: Could not connect to SMTP host: email.
alibaba-inc.com, port: 25;
nested exception is:
java.net.ConnectException: Connection timed out: connect
See it still use port 25
Status
Issue is closed for Release 0.21.
Comments
Sat, Mar 12, 2011, 23:58 by Mike
(moved to iss471)
Mon, Jun 20, 2011, 14:38 by anonymous
We still have the problem in version 0.20. The port is set to a value different than 25, but the appliaction throws an exception:
Caused by: javax.mail.MessagingException: Could not connect to SMTP host: mailserver.com, port: 25;
nested exception is:
java.net.ConnectException: Connection timed out: connect
Tue, Jun 21, 2011, 17:11 by Witek (SM,T)
Thank you for this info. I have found the bug. It will be fixed in our next release.