diff --git a/config/mail.php b/config/mail.php index 9af9e645..32624d0e 100644 --- a/config/mail.php +++ b/config/mail.php @@ -131,6 +131,6 @@ | */ - 'log_channel' => null, + 'log_channel' => env('MAIL_LOG_CHANNEL'), ];