Change mail port.
parent
173f5f5f82
commit
29b4503135
|
@ -34,7 +34,7 @@ database.password=${DATABASE_PASSWORD}
|
||||||
#------------------------
|
#------------------------
|
||||||
# Sendgrid Configuration
|
# Sendgrid Configuration
|
||||||
#------------------------
|
#------------------------
|
||||||
mail.smtp.port=587
|
mail.smtp.port=465
|
||||||
mail.smtp.host=smtp.sendgrid.net
|
mail.smtp.host=smtp.sendgrid.net
|
||||||
mail.username=${SENDGRID_USERNAME}
|
mail.username=${SENDGRID_USERNAME}
|
||||||
mail.password=${SENDGRID_PASSWORD}
|
mail.password=${SENDGRID_PASSWORD}
|
||||||
|
|
Loading…
Reference in New Issue