mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00: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