From 31728c26bd71cfb4dea66ef99bb5044973a89ffc Mon Sep 17 00:00:00 2001 From: ChoosenMEME <24540327+ChoosenMEME@users.noreply.github.com> Date: Mon, 22 May 2023 10:55:26 +0200 Subject: [PATCH] SMTP_FROM required with Hotmail/Outlook/Office365 --- SMTP-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 3d0521d..c0f3039 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -108,6 +108,7 @@ Also see: https://web.archive.org/web/20210925161633/https://webewizard.com/2019 SMTP_HOST=smtp-mail.outlook.com SMTP_PORT=587 SMTP_SECURITY=starttls + SMTP_FROM= SMTP_USERNAME= SMTP_PASSWORD= SMTP_AUTH_MECHANISM="Login"