From 0302a77f73bb0370d904e57f147b329af1917f6a Mon Sep 17 00:00:00 2001 From: Kovacsics Robert Date: Wed, 4 Dec 2024 21:38:40 +0000 Subject: [PATCH] Fix Outlook SMTP server typo From https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62836973..88a30b62 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ You can also manually edit your own configuration, from scratch: backend.auth.raw = "*****" message.send.backend.type = "smtp" - message.send.backend.host = "smtp.mail.outlook.com" + message.send.backend.host = "smtp-mail.outlook.com" message.send.backend.port = 587 message.send.backend.encryption = "start-tls" message.send.backend.login = "example@outlook.com"