added sendgrid service
This commit is contained in:
parent
ff836818e4
commit
114b832a1f
@ -30,4 +30,8 @@ return [
|
|||||||
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'sendgrid' => [
|
||||||
|
'api_key' => env('SENDGRID_API_KEY'),
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user