From e6f8e55ad901d464e73902114a77840f6fbfc1dc Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:33:11 +0100 Subject: [PATCH] `SMTP_FROM` has to be configured as well --- SMTP-Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SMTP-Configuration.md b/SMTP-Configuration.md index 668a45f..7e053a5 100644 --- a/SMTP-Configuration.md +++ b/SMTP-Configuration.md @@ -84,6 +84,7 @@ StartTLS: SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_SECURITY=starttls + SMTP_FROM= SMTP_USERNAME= SMTP_PASSWORD= ``` @@ -94,6 +95,7 @@ FullSSL: SMTP_HOST=smtp.gmail.com SMTP_PORT=465 SMTP_SECURITY=force_tls + SMTP_FROM= SMTP_USERNAME= SMTP_PASSWORD= ```