From 97c11b64d15658ebe2521e3a9a30d38c9b8ee9b4 Mon Sep 17 00:00:00 2001 From: danp-dev <65661237+danp-dev@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:54:50 +1030 Subject: [PATCH 1/2] Update commandline.md update the test Email section to include the address parameter --- development/commandline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/commandline.md b/development/commandline.md index 01b6f23..4642a6c 100644 --- a/development/commandline.md +++ b/development/commandline.md @@ -44,7 +44,7 @@ php ./bin/leantime setting:save # Test Email Sends a test email ``` -php ./bin/leantime email:test +php bin/leantime email:testemail --address="YOUREMAILADDRESS" ``` # Plugins From 1ac050eb7100b55d599c0a330bf3df1458e40813 Mon Sep 17 00:00:00 2001 From: danp-dev <65661237+danp-dev@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:56:46 +1030 Subject: [PATCH 2/2] Update commandline.md --- development/commandline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/commandline.md b/development/commandline.md index 4642a6c..96035f0 100644 --- a/development/commandline.md +++ b/development/commandline.md @@ -44,7 +44,7 @@ php ./bin/leantime setting:save # Test Email Sends a test email ``` -php bin/leantime email:testemail --address="YOUREMAILADDRESS" +php ./bin/leantime email:testemail --address="YOUREMAILADDRESS" ``` # Plugins