Skip to content

Commit

Permalink
Merge pull request #15153 from snipe/fixes/mail_backup_config
Browse files Browse the repository at this point in the history
Fixed env var for backup config - related to #14964
  • Loading branch information
snipe committed Jul 24, 2024
2 parents ab1e097 + bce7a27 commit 9457e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
'to' => env('MAIL_BACKUP_NOTIFICATION_ADDRESS', null),

'from' => [
'address' => env('MAIL_FROM_ADDRESS', '[email protected]'),
'address' => env('MAIL_FROM_ADDR', '[email protected]'),
'name' => env('MAIL_FROM_NAME', 'Example'),
],
],
Expand Down

0 comments on commit 9457e5b

Please sign in to comment.