Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork273
Closed
Labels
Milestone
Description
Simple Java Mail currently supports loading config properties either directly from file or else from an InputStream.
It should also be possible to trigger this configure procedure with a provided Properties source for more flexibility.
Not only allows this for more flexibility, you can now provide non-String values which are used as-is, rather than parsed to types appropriate for Simple Java Mail (booleans, ints ad TransportStrategy etc).