From ea52a963869f6f798ba7d3df995c4f0630775134 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 Jul 2016 11:49:28 -0500 Subject: [PATCH] Remove mandrill as a default configuration since it's fallen out of popularity. --- config/services.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/services.php b/config/services.php index 1581f1db..4460f0ec 100644 --- a/config/services.php +++ b/config/services.php @@ -8,7 +8,7 @@ return [ |-------------------------------------------------------------------------- | | This file is for storing the credentials for third party services such - | as Stripe, Mailgun, Mandrill, and others. This file provides a sane + | as Stripe, Mailgun, SparkPost and others. This file provides a sane | default location for this type of information, allowing packages | to have a conventional place to find your various credentials. | @@ -19,10 +19,6 @@ return [ 'secret' => env('MAILGUN_SECRET'), ], - 'mandrill' => [ - 'secret' => env('MANDRILL_SECRET'), - ], - 'ses' => [ 'key' => env('SES_KEY'), 'secret' => env('SES_SECRET'),