Browse Source

Update backup config, add placeholder email

Daniel Supernault 4 months ago
parent
commit
da9e4f5161
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/backup.php

+ 1 - 1
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'),