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');