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;