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'),