include OVERWRITE_FROM in .env.example

This commit is contained in:
lucas_nz 2020-09-29 21:42:18 +13:00
parent 6783d68f42
commit 66372ab6c2
1 changed files with 3 additions and 0 deletions

View File

@ -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" <email@company.com>