From 42cc0b7568528822a855099f00f4dea7977f5bbc Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Aug 2024 18:15:59 +0200 Subject: [PATCH] dd --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ff2ece1..0f0f5ac 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -67,4 +67,4 @@ jobs: if: always() #if: failure() with: - args: "echo test | mail -s tests michael.grote@posteo.de" + args: "echo 'Message body' | s-nail --set=smtp-auth="none" --subject='A subject' --set=mta=smtp://user:password@docker10.mgrote.net:1025 -r gitea@mgrote.net --set=v15-compat michael.grote@posteo.de"