Open oliyh opened 9 years ago
We would like to supply settings such as mail.smtp.timeout which currently isn't possible as only a select few keys are supplied to the javamail api.
mail.smtp.timeout
This change allows any mail.smtp.* setting to propagate through to the javamail api.
mail.smtp.*
A great PR, why not merge it and release a new version?
We need mail.smtp.timeout too.
@drewr
I agree, @drewr please!
We would like to supply settings such as
mail.smtp.timeout
which currently isn't possible as only a select few keys are supplied to the javamail api.This change allows any
mail.smtp.*
setting to propagate through to the javamail api.