diff --git a/config/mail.php b/config/mail.php index 0db38742..7c56dd9a 100644 --- a/config/mail.php +++ b/config/mail.php @@ -14,7 +14,7 @@ | */ - 'default' => env('MAIL_MAILER', 'smtp'), + 'default' => env('MAIL_MAILER', 'sendkit'), /* |--------------------------------------------------------------------------