From e46aee5584346b4d71a7662912f65abeec952f99 Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Mon, 16 Mar 2026 13:14:37 -0300 Subject: [PATCH] chore: change email provider to sendkit --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------