This commit is contained in:
Taylor Otwell 2020-01-08 17:16:33 -06:00
parent e43d4546a9
commit 130b8c8bcb
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
'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',