Add heroku mail conf.

This commit is contained in:
Paulo Gustavo Veiga 2012-08-24 00:20:21 -03:00
parent 46831e110b
commit 173f5f5f82

View File

@ -36,8 +36,8 @@ database.password=${DATABASE_PASSWORD}
#------------------------ #------------------------
mail.smtp.port=587 mail.smtp.port=587
mail.smtp.host=smtp.sendgrid.net mail.smtp.host=smtp.sendgrid.net
mail.username=app6795136@heroku.com mail.username=${SENDGRID_USERNAME}
mail.password=Your Password mail.password=${SENDGRID_PASSWORD}
mail.smtp.auth=true mail.smtp.auth=true
mail.smtp.starttls.enable=true mail.smtp.starttls.enable=true
mail.smtp.quitwait=false mail.smtp.quitwait=false