add mailjet config
This commit is contained in:
parent
0f3b1b560d
commit
8d72ff121f
1 changed files with 4 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue