From 173f5f5f829ef41b0c1caa89426a6b53ca89c43a Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Fri, 24 Aug 2012 00:20:21 -0300 Subject: [PATCH] Add heroku mail conf. --- wise-webapp/src/main/webapp/WEB-INF/prod.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wise-webapp/src/main/webapp/WEB-INF/prod.properties b/wise-webapp/src/main/webapp/WEB-INF/prod.properties index 875ceec9..c9684559 100644 --- a/wise-webapp/src/main/webapp/WEB-INF/prod.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/prod.properties @@ -36,8 +36,8 @@ database.password=${DATABASE_PASSWORD} #------------------------ mail.smtp.port=587 mail.smtp.host=smtp.sendgrid.net -mail.username=app6795136@heroku.com -mail.password=Your Password +mail.username=${SENDGRID_USERNAME} +mail.password=${SENDGRID_PASSWORD} mail.smtp.auth=true mail.smtp.starttls.enable=true mail.smtp.quitwait=false