add ses
This commit is contained in:
parent
e43d4546a9
commit
130b8c8bcb
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue