add ses
This commit is contained in:
parent
e43d4546a9
commit
130b8c8bcb
|
@ -43,6 +43,10 @@
|
|||
'password' => env('MAIL_PASSWORD'),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
'transport' => 'ses',
|
||||
],
|
||||
|
||||
'sendmail' => [
|
||||
'transport' => 'sendmail',
|
||||
'path' => '/usr/sbin/sendmail -bs',
|
||||
|
|
Loading…
Reference in New Issue