mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
email: fix the office365 smtp host (#3191)
This commit is contained in:
parent
d89bdff445
commit
5bd66dc6cd
1 changed files with 1 additions and 1 deletions
|
@ -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