From 8d72ff121fe136d08867368da2b18cae2aadd7ff Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 11 May 2026 10:38:28 +0300 Subject: [PATCH] add mailjet config --- backend/config/services.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/config/services.php b/backend/config/services.php index 6a90eb8..e25151d 100644 --- a/backend/config/services.php +++ b/backend/config/services.php @@ -13,6 +13,10 @@ return [ | a conventional file to locate the various service credentials. | */ + 'mailjet' => [ + 'key' => env('MAILJET_API_KEY'), + 'secret' => env('MAILJET_SECRET_KEY'), + ], 'postmark' => [ 'key' => env('POSTMARK_API_KEY'),