add mailjet config

This commit is contained in:
Yisroel Baum 2026-05-11 10:38:28 +03:00
parent 0f3b1b560d
commit 8d72ff121f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -13,6 +13,10 @@ return [
| a conventional file to locate the various service credentials. | a conventional file to locate the various service credentials.
| |
*/ */
'mailjet' => [
'key' => env('MAILJET_API_KEY'),
'secret' => env('MAILJET_SECRET_KEY'),
],
'postmark' => [ 'postmark' => [
'key' => env('POSTMARK_API_KEY'), 'key' => env('POSTMARK_API_KEY'),