diff --git a/scripts/device/check_last_config_backup.php b/scripts/device/check_last_config_backup.php index 8c2d71fff..4d3b11ec1 100644 --- a/scripts/device/check_last_config_backup.php +++ b/scripts/device/check_last_config_backup.php @@ -77,6 +77,6 @@ if (!empty($message)) { $email->setSubject('Backup Checks'); $email->setHtmlBody($style.$message); $email->setFrom('notify@xinon.at', 'Xinon Information'); - $email->setTo('daniel.spitzer@inode.at'); + $email->setTo('core@xinon.at'); $email->send(); } \ No newline at end of file