playframework / play-plugins

CachePlugin
444 stars 161 forks source link

Mailer: Honor port setting also when using SSL #130

Closed mkurz closed 10 years ago

mkurz commented 10 years ago

Fixes #110 and #57

mkurz commented 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.