Allows for Sparkpost to be used as Mail client

This commit is contained in:
JapSeyz 2016-06-14 13:50:08 +02:00
parent bc6232c520
commit b3c4ec8caa
1 changed files with 4 additions and 0 deletions

View File

@ -36,5 +36,9 @@ return [
'twitter' => [
'widget_id' => env('TWITTER_WIDGET_ID'),
],
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET')
]
];