From 675519900c75b1e8e0fdf1b7640e46713c68e041 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Fri, 5 Jun 2026 17:17:51 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e37b3d0..e3007ef 100644 --- a/compose.yaml +++ b/compose.yaml @@ -49,7 +49,7 @@ services: BACKUP_FILE_SUFFIX: '%Y%m%d_%H' BACKUP_KEEP_DAYS: 14 TIMEZONE: 'Europe/Berlin' - MAIL_SMTP_ENABLE: 'FALSE' + MAIL_SMTP_ENABLE: 'TRUE' MAIL_SMTP_VARIABLES: 'smtp_hostname=live.smtp.mailtrap.io:587,smtp_username=smtp@mailtrap.io,smtp_password=f2149ea35ddb1c5f622f8253550e55e1,from_email=admin@doeringer.eu,from_name=Vaultwarden' MAIL_TO: 'tobias@doeringer.eu' MAIL_WHEN_SUCCESS: 'TRUE'