From 29b356bb2b3c2a5a39452826c8c02af3017dc39d Mon Sep 17 00:00:00 2001 From: lucas_nz Date: Tue, 29 Sep 2020 21:42:18 +1300 Subject: [PATCH] include OVERWRITE_FROM in .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index cda261d..b9c2b0a 100644 --- a/.env.example +++ b/.env.example @@ -25,3 +25,6 @@ # Optional: Set this to yes to always add missing From:, To:, Date: or Message-ID: headers. #ALWAYS_ADD_MISSING_HEADERS=yes + +# Optional: This will rewrite the from address overwriting it with the specified address for all email being relayed. +#OVERWRITE_FROM="Your Name" \ No newline at end of file