j4v1ng / poligraph

A happiness monitoring tool for development teams.
0 stars 0 forks source link

Externalize the email credentials #4

Open j4v1ng opened 10 years ago

j4v1ng commented 10 years ago

The credentials of the fake email we are using to send the the messages are hardcoded in to the app(EmailSender.java) Whe should put that in a properties file.

By the way, externalizing the other parameters(e.g smpt.host...) for configuring JavaMail could also be interesting, so the app configuration is not just specific to gmail, as it is now.