Change mail port.

This commit is contained in:
Paulo Gustavo Veiga 2012-08-24 00:31:15 -03:00
parent 173f5f5f82
commit 29b4503135

View File

@ -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}