From 673ad6d42b2048d3e4fb89137480f6698a5e6e9a Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:26:24 +0100 Subject: [PATCH 1/2] Update Taskfile.yml --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index ed3f47d015b4..74fd6bbcf455 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -15,6 +15,7 @@ env: SMTP_PORT: 1025 SMTP_FROM_NAME: MealieDev SMTP_AUTH_STRATEGY: NONE + SMTP_FROM_EMAIL: mealie@example.com LANG: en-US # loads .env file if it exists From 0dc85844854ec335f0409ec753022388f856f72d Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:30:02 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=86=95=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 74fd6bbcf455..2166b361e392 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -14,8 +14,8 @@ env: SMTP_HOST: localhost SMTP_PORT: 1025 SMTP_FROM_NAME: MealieDev - SMTP_AUTH_STRATEGY: NONE SMTP_FROM_EMAIL: mealie@example.com + SMTP_AUTH_STRATEGY: NONE LANG: en-US # loads .env file if it exists