add resend as mailer
This commit is contained in:
@@ -44,7 +44,9 @@ return [
|
||||
'timeout' => null,
|
||||
'local_domain' => env('MAIL_EHLO_DOMAIN'),
|
||||
],
|
||||
|
||||
'resend'=> [
|
||||
'transport' => 'resend'
|
||||
],
|
||||
'ses' => [
|
||||
'transport' => 'ses',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user