This commit is contained in:
Taylor Otwell
2020-01-08 17:16:33 -06:00
parent e43d4546a9
commit 130b8c8bcb

View File

@@ -43,6 +43,10 @@ return [
'password' => env('MAIL_PASSWORD'), 'password' => env('MAIL_PASSWORD'),
], ],
'ses' => [
'transport' => 'ses',
],
'sendmail' => [ 'sendmail' => [
'transport' => 'sendmail', 'transport' => 'sendmail',
'path' => '/usr/sbin/sendmail -bs', 'path' => '/usr/sbin/sendmail -bs',