Skip to content

Commit ea52a96

Browse files
committed
Remove mandrill as a default configuration since it's fallen out of popularity.
1 parent 7337515 commit ea52a96

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/services.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| This file is for storing the credentials for third party services such
11-
| as Stripe, Mailgun, Mandrill, and others. This file provides a sane
11+
| as Stripe, Mailgun, SparkPost and others. This file provides a sane
1212
| default location for this type of information, allowing packages
1313
| to have a conventional place to find your various credentials.
1414
|
@@ -19,10 +19,6 @@
1919
'secret' => env('MAILGUN_SECRET'),
2020
],
2121

22-
'mandrill' => [
23-
'secret' => env('MANDRILL_SECRET'),
24-
],
25-
2622
'ses' => [
2723
'key' => env('SES_KEY'),
2824
'secret' => env('SES_SECRET'),

0 commit comments

Comments
 (0)