Add heroku mail conf.
parent
46831e110b
commit
173f5f5f82
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue