1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

email: fix the office365 smtp host (#3191)

This commit is contained in:
pleshevskiy 2022-08-30 01:48:12 +00:00 committed by GitHub
parent d89bdff445
commit 5bd66dc6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@ let
};
smtp = {
host = "smtp-mail.outlook.com";
host = "smtp.office365.com";
port = 587;
tls = {
enable = true;