From 4e25b796cabc5bfb6d872f79fb01fe7fa4ecd5d7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 29 Jun 2026 19:27:30 +0100 Subject: [PATCH] remove bollocks advice on LOCAL_SMTP_USER --- example.env | 1 - 1 file changed, 1 deletion(-) diff --git a/example.env b/example.env index ac08ee9..c064b45 100644 --- a/example.env +++ b/example.env @@ -9,7 +9,6 @@ LOCAL_SMTP_HOST= LOCAL_SMTP_PORT= # The username for authenticating to the local SMTP server -# Recommended to be the same as REMOTE_SMTP_USER, else the remote may reject it LOCAL_SMTP_USER= # The password for authenticating to the local SMTP server