email: fix the office365 smtp host (#3191)
This commit is contained in:
parent
d89bdff445
commit
5bd66dc6cd
|
@ -411,7 +411,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
smtp = {
|
smtp = {
|
||||||
host = "smtp-mail.outlook.com";
|
host = "smtp.office365.com";
|
||||||
port = 587;
|
port = 587;
|
||||||
tls = {
|
tls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue