aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-11-09 18:26:16 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-11-09 18:26:29 -0800
commit8ef2360c029a5a962f3603a7dd5bf6a4080c4083 (patch)
treed0535a21d6d2ecad4cd1ac462fe2bbed3578f602 /resources
parent45b1d60fd091a52593ff05338e9e46f26a19a09d (diff)
Added port 587 for outlook
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 31a51c38..0ce2d577 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -939,6 +939,11 @@
"port":25,
"hostname":"smtp-mail.outlook.com",
"starttls":true
+ },
+ {
+ "port":587,
+ "hostname":"smtp-mail.outlook.com",
+ "starttls":true
}
]
},