added pipework history job

This commit is contained in:
Luca Haid
2025-04-14 10:57:44 +02:00
parent dfce36dd6e
commit 3ca786d9da

View File

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