Change mail port.
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user