Skip to content

Commit

Permalink
Added port 587 for outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Nov 10, 2015
1 parent 45b1d60 commit 8ef2360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,11 @@
"port":25,
"hostname":"smtp-mail.outlook.com",
"starttls":true
},
{
"port":587,
"hostname":"smtp-mail.outlook.com",
"starttls":true
}
]
},
Expand Down

0 comments on commit 8ef2360

Please sign in to comment.