mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01: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 = {
|
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