aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
authorStefan Melmuk <[email protected]>2022-09-30 19:14:26 +0200
committerStefan Melmuk <[email protected]>2022-10-15 04:59:31 +0200
commitea19c2250e0812659461c8abaf8f1a85e69c7423 (patch)
tree7324d1950eab7865c2f537a4ac6ffa68c793d0fb /.env.template
parent638766b346dc0e00c5db7935d21e48354d632335 (diff)
downloadvaultwarden-ea19c2250e0812659461c8abaf8f1a85e69c7423.tar.gz
vaultwarden-ea19c2250e0812659461c8abaf8f1a85e69c7423.zip
attach images to email
Set SMTP_EMBED_IMAGES option to false if you don't want to attach images to the mail. NOTE: If you have customized the template files `email_header.hbs` and `email_footer.hbs` you can replace `{url}/vw_static/` to `{img_url}` to support both URL schemes
Diffstat (limited to '.env.template')
-rw-r--r--.env.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.template b/.env.template
index 60b5b73b..1e5ff101 100644
--- a/.env.template
+++ b/.env.template
@@ -367,6 +367,9 @@
## but might need to be changed in case it trips some anti-spam filters
# HELO_NAME=
+## Embed images as email attachments
+# SMTP_EMBED_IMAGES=false
+
## SMTP debugging
## When set to true this will output very detailed SMTP messages.
## WARNING: This could contain sensitive information like passwords and usernames! Only enable this during troubleshooting!