diff --git a/config/mail.php b/config/mail.php index 96bd8f75d..7c2332d2f 100644 --- a/config/mail.php +++ b/config/mail.php @@ -11,11 +11,12 @@ return [ | sending of e-mail. You may specify which one you're using throughout | your application here. By default, Laravel is setup for SMTP mail. | - | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "log" + | Supported: "smtp", "sendmail", "mailgun", "mandrill", "ses", + | "sparkpost", "log", "array" | */ - 'driver' => 'mail', + 'driver' => 'smtp', /* |--------------------------------------------------------------------------