From da9e4f5161f60b4ea1afed33f17eba819de1ff7d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 12 Mar 2025 01:00:06 -0600 Subject: [PATCH] Update backup config, add placeholder email --- config/backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/backup.php b/config/backup.php index 8a6c07a7c..606ad3c78 100644 --- a/config/backup.php +++ b/config/backup.php @@ -152,7 +152,7 @@ return [ 'notifiable' => \Spatie\Backup\Notifications\Notifiable::class, 'mail' => [ - 'to' => env('BACKUP_EMAIL_ADDRESS', ''), + 'to' => env('BACKUP_EMAIL_ADDRESS', 'noreply@example.com'), 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),