Skip to content

Commit

Permalink
Merge pull request #69 from hannesgassert/patch-1
Browse files Browse the repository at this point in the history
SendGrid recommends to use port 587
  • Loading branch information
andris9 committed Feb 16, 2012
2 parents aae3749 + 8ced734 commit c7e71aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wellknown.js
Expand Up @@ -48,7 +48,7 @@ module.exports = {
"SendGrid":{
host: "smtp.sendgrid.net",
secureConnection: true,
port: 465,
port: 587,
requiresAuth: true
},
"Postmark":{
Expand Down

0 comments on commit c7e71aa

Please sign in to comment.