From: Stephen Cameron Date: Mon, 13 Jun 2022 14:06:10 +0000 (+0200) Subject: Update backup configuration so notifications actually go somewhere. X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4be2ac7535301aef545f41af8a625bb6af3be9f2;p=pmi.git Update backup configuration so notifications actually go somewhere. --- diff --git a/config/backup.php b/config/backup.php index deaa8a4..45269c0 100644 --- a/config/backup.php +++ b/config/backup.php @@ -98,9 +98,9 @@ return [ \Spatie\Backup\Notifications\Notifications\BackupHasFailed::class => ['mail'], \Spatie\Backup\Notifications\Notifications\UnhealthyBackupWasFound::class => ['mail'], \Spatie\Backup\Notifications\Notifications\CleanupHasFailed::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => ['mail'], - \Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => ['mail'], + // \Spatie\Backup\Notifications\Notifications\BackupWasSuccessful::class => ['mail'], + // \Spatie\Backup\Notifications\Notifications\HealthyBackupWasFound::class => ['mail'], + // \Spatie\Backup\Notifications\Notifications\CleanupWasSuccessful::class => ['mail'], ], /* @@ -113,7 +113,7 @@ return [ * Here you can specify how emails should be sent. */ 'mail' => [ - 'to' => 'your@email.com', + 'to' => 'vincent+pmi@cubedesigners.com', ], /*