add: full multi-tenancy control
This commit is contained in:
17
config/mail-receiver.php
Normal file
17
config/mail-receiver.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Mail Receiver
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the default mail receiver that is used to receive any email
|
||||
| messages sent by third party application.
|
||||
|
|
||||
| Supported: "webklex-imap", "sendgrid"
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('MAIL_RECEIVER_DRIVER', 'sendgrid'),
|
||||
];
|
||||
Reference in New Issue
Block a user