https://issues.apache.org/bugzilla/show_bug.cgi?id=49267

H. Franke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from H. Franke <[email protected]> ---
Still having this issue on version 1.8.3.v201301120609.

In Javamail source code the port property is read as:
port = PropUtil.getIntSessionProperty(session, "mail." + name + ".port", -1);
with name=smtp or other.

hence the line in MimeMailer.java should probably be
props.put("mail.smtp.port", String.valueOf(port));
instead of
props.put("mail.smtp.socketFactory.port", String.valueOf(port));

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to