From 130b8c8bcb8f167e7013e7846004b2df3e405b72 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 8 Jan 2020 17:16:33 -0600 Subject: [PATCH] add ses --- config/mail.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/mail.php b/config/mail.php index fd317a91..4f93a611 100644 --- a/config/mail.php +++ b/config/mail.php @@ -43,6 +43,10 @@ 'password' => env('MAIL_PASSWORD'), ], + 'ses' => [ + 'transport' => 'ses', + ], + 'sendmail' => [ 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs',