From 3ca786d9da51a4ae5515dda8013b0752d0bf84b6 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 14 Apr 2025 10:57:44 +0200 Subject: [PATCH] added pipework history job --- scripts/pipework/run-weekly-email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipework/run-weekly-email.php b/scripts/pipework/run-weekly-email.php index 0dfc35938..7834ecc72 100644 --- a/scripts/pipework/run-weekly-email.php +++ b/scripts/pipework/run-weekly-email.php @@ -252,7 +252,7 @@ try { } // Recipients - $mail->setFrom('thetool.xinon.at', 'XINON TheTool'); // Use sender address from config if available + $mail->setFrom('thetool@xinon.at', 'XINON TheTool'); // Use sender address from config if available $mail->addAddress('mark.zaff@xinon.eu', 'Mark Zaff'); $mail->addAddress('luca.haid@xinon.eu', 'Luca Haid');