From a17d10b064ae260b54fec9fd8f81c7566c64ff89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hol=C3=B8ien?= <39239702+NorskNoobing@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:52:36 +0100 Subject: [PATCH] Fix typo in SMTP server comment in .env.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Holøien <39239702+NorskNoobing@users.noreply.github.com> --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 13319e658b..d83e5434e5 100644 --- a/.env.example +++ b/.env.example @@ -173,7 +173,7 @@ MAIL_ENCRYPTION=null MAIL_SENDMAIL_COMMAND= # -# If you use self-signed certificates for your STMP server, you can use the following settings. +# If you use self-signed certificates for your SMTP server, you can use the following settings. # MAIL_ALLOW_SELF_SIGNED=false MAIL_VERIFY_PEER=true