mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
add mail configuration
This commit is contained in:
@ -34,6 +34,10 @@ return [
|
||||
'api_key' => env('SENDGRID_API_KEY'),
|
||||
],
|
||||
|
||||
'mandrill' => [
|
||||
'secret' => env('MANDRILL_API_KEY'),
|
||||
],
|
||||
|
||||
'stripe' => [
|
||||
'model' => Crater\User::class,
|
||||
'key' => env('STRIPE_KEY'),
|
||||
|
||||
Reference in New Issue
Block a user