Closed mkurz closed 10 years ago
Just to clarify: Apache Commons E-mail has two ways of setting the smtp port: By default it uses the port set with setSmtpPort
, but when using ssl it uses the port set with setSslSmtpPort
(Which is not honored by play yet).
You can have a look in the source if you are interessted.
Fixes #110 and #57