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