drewr / postal

Clojure email support
MIT License
587 stars 85 forks source link

Allow user to pass through any javamail settings they wish #59

Open oliyh opened 9 years ago

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

This change allows any mail.smtp.* setting to propagate through to the javamail api.

killme2008 commented 9 years ago

A great PR, why not merge it and release a new version?

We need mail.smtp.timeout too.

@drewr

den1k commented 9 years ago

I agree, @drewr please!