From 5bd66dc6cd967033489c69d486402b75d338eeb6 Mon Sep 17 00:00:00 2001 From: pleshevskiy Date: Tue, 30 Aug 2022 01:48:12 +0000 Subject: [PATCH] email: fix the office365 smtp host (#3191) --- modules/accounts/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/accounts/email.nix b/modules/accounts/email.nix index 05edf8f8..a5ded6a0 100644 --- a/modules/accounts/email.nix +++ b/modules/accounts/email.nix @@ -411,7 +411,7 @@ let }; smtp = { - host = "smtp-mail.outlook.com"; + host = "smtp.office365.com"; port = 587; tls = { enable = true;