diff --git a/config/mail.php b/config/mail.php index ea0b2797e..94ee71a5b 100644 --- a/config/mail.php +++ b/config/mail.php @@ -20,7 +20,8 @@ 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", "ses", "log" + | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", + | "ses", "sparkpost", "log" | */ diff --git a/config/services.php b/config/services.php index 8a618e717..77ea1cbaa 100644 --- a/config/services.php +++ b/config/services.php @@ -42,4 +42,8 @@ return [ 'region' => 'us-east-1', ], + 'sparkpost' => [ + 'secret' => env('SPARKPOST_SECRET'), + ], + ];