Files
growup-crm/config/mail-receiver.php
2026-02-02 15:31:15 -03:00

18 lines
477 B
PHP

<?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'),
];