Erreur lors de la sauvegarde. Code retour: 1. Output: Sauvegarde réalisée : /home/pizzafl/saisie/storage/app/backups/backup_20260615_201635.sql Symfony\Component\Mailer\Exception\UnexpectedResponseException Expected response code "250" but got code "552", with message "552 5.3.4 Error: message file too big". at vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php:342 338▕ if (!$valid || !$response) { 339▕ $codeStr = $code ? \sprintf('code "%s"', $code) : 'empty code'; 340▕ $responseStr = $response ? \sprintf(', with message "%s"', trim($response)) : ''; 341▕ ➜ 342▕ throw new UnexpectedResponseException(\sprintf('Expected response code "%s" but got ', implode('/', $codes)).$codeStr.$responseStr.'.', $code ?: 0); 343▕ } 344▕ } 345▕ 346▕ private function getFullResponse(): string +10 vendor frames  11 app/Console/Commands/BackupDatabase.php:78 Illuminate\Support\Facades\Facade::__callStatic("raw") +13 vendor frames  25 artisan:13 Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))