Heroku email for testing.

This commit is contained in:
Paulo Gustavo Veiga
2012-08-20 12:37:20 -03:00
parent 0879a9427c
commit be635f550a
3 changed files with 39 additions and 28 deletions

View File

@@ -23,14 +23,26 @@ database.password=${DATABASE_PASSWORD}
#------------------------
# Plain SMTP Server Configuration
#------------------------
mail.smtp.port=25
mail.smtp.host=localhost
mail.username=root
mail.password=
mail.smtp.auth=false
mail.smtp.starttls.enable=false
#mail.smtp.port=25
#mail.smtp.host=localhost
#mail.username=root
#mail.password=
#mail.smtp.auth=false
#mail.smtp.starttls.enable=false
#mail.smtp.quitwait=false
#------------------------
# Sendgrid Configuration
#------------------------
mail.smtp.port=587
mail.smtp.host=smtp.sendgrid.net
mail.username=app6795136@heroku.com
mail.password=Your Password
mail.smtp.auth=true
mail.smtp.starttls.enable=true
mail.smtp.quitwait=false
#------------------------
# SSL SMTP Server Configuration
#------------------------