Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
email logging
  • Loading branch information
Ivar Abrahamsen committed May 23, 2012
1 parent 7e1e03c commit 07c564b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: target/start -Dhttp.port=${PORT} -DapplyEvolutions.default=true -Ddb.default.driver=org.postgresql.Driver -Ddb.default.url=$DATABASE_URL -Dsmtp.host=smtp.sendgrid.net -Dsmtp.port=587 -Dsmtp.ssl=yes -Dsmtp.user=$SENDGRID_USERNAME -Dsmtp.password=$SENDGRID_PASSWORD
web: target/start -Dhttp.port=${PORT} -DapplyEvolutions.default=true -Ddb.default.driver=org.postgresql.Driver -Dsmtp.host=smtp.sendgrid.net -Dsmtp.port=465 -Dsmtp.ssl=yes -Dsmtp.user=$SENDGRID_USERNAME -Dsmtp.password=$SENDGRID_PASSWORD -Ddb.default.url=$DATABASE_URL
1 change: 0 additions & 1 deletion app/controllers/EmailNotifier.scala
Expand Up @@ -25,7 +25,6 @@ object EmailNotifier {
}

def registrationNotification(participant: Participant) {
Logger.info("Notification Mode " + Play.current.mode)
Logger.info("smtp.host=" + Play.current.configuration.getString("smtp.host"))
Logger.info("smtp.host=" + Play.application.configuration.getString("smtp.host"))
Logger.info("smtp.host=" + Play.configuration.getString("smtp.host"))
Expand Down

0 comments on commit 07c564b

Please sign in to comment.