Heroku email for testing.
This commit is contained in:
@@ -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
|
||||
#------------------------
|
||||
|
Reference in New Issue
Block a user