From abc5e62f9c1883ae57a1f627fe1d1aecfe7ae066 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 14 Sep 2026 22:44:41 +0000 Subject: [PATCH] Update Food_Containers/mealie/compose.yaml --- Food_Containers/mealie/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Food_Containers/mealie/compose.yaml b/Food_Containers/mealie/compose.yaml index 3dba155..71eadbb 100644 --- a/Food_Containers/mealie/compose.yaml +++ b/Food_Containers/mealie/compose.yaml @@ -28,7 +28,7 @@ services: # --- Email --- SMTP_HOST: ${SMTP_HOST} SMTP_PORT: ${SMTP_PORT} - SMTP_FROM_NAME: Mealie + SMTP_FROM_NAME: ${DOMAIN_NAME} ${SERVICE_NAME} SMTP_FROM_EMAIL: ${SMTP_FROM_EMAIL} SMTP_AUTH_STRATEGY: TLS SMTP_USER: ${SMTP_USER}