joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 366 forks source link

Is there a way to set email from address without changing config file? #142

Open nguyenlocduy opened 10 years ago

nguyenlocduy commented 10 years ago

I would like to provide a way for use to config their email setting in an admin dashboard so that emails sent from system will be taken from that settings (eg. email 'from' address) without changing sytem conf files and restarting the app. Is there an easy way to do so? Thanks

joscha commented 10 years ago

Hello @nguyenlocduy - currently the email always gets read from settings file - however if you provide a backwards compatible way of changing it during runtime, I would be more than happy to merge it.