Add Mailjet email integration

This commit is contained in:
Ben Goldsworthy 2022-10-27 21:40:38 +00:00
parent 3c6bf47402
commit 6941b4dde2
8 changed files with 425 additions and 22 deletions

View file

@ -62,6 +62,10 @@ return [
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
],
'mailjet' => [
'transport' => 'mailjet',
],
'log' => [
'transport' => 'log',
'channel' => env('MAIL_LOG_CHANNEL'),