From 0c3d388f5ac2b76a3b29ec3f2efba6e87a53cf37 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 24 Mar 2016 15:26:04 +0000 Subject: [PATCH] Synced mail config --- config/mail.php | 3 ++- config/services.php | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index ea0b2797..94ee71a5 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 8a618e71..77ea1cba 100644 --- a/config/services.php +++ b/config/services.php @@ -42,4 +42,8 @@ return [ 'region' => 'us-east-1', ], + 'sparkpost' => [ + 'secret' => env('SPARKPOST_SECRET'), + ], + ];