Taylor Otwell 4 years ago
parent
commit
130b8c8bcb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/mail.php

+ 4 - 0
config/mail.php

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