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