jpallari / neljas

NeljäS - Scala http4s demo project
1 stars 1 forks source link

Email #2

Closed keveri closed 8 years ago

keveri commented 8 years ago

Ability to send pdf file as an email attachment

jpallari commented 8 years ago

This is a good library for that: https://commons.apache.org/proper/commons-email/

keveri commented 8 years ago

Probably related: https://gist.github.com/mariussoutier/3436111

jpallari commented 8 years ago

That looks pretty over engineered, and it doesn't handle configuration. Java style is just fine since it can be encapsulated under a single class/object. :)