Added SparkPost config

This commit is contained in:
Davide Bellini 2016-03-02 01:04:24 +01:00
parent ec0e06e783
commit da5d3d84fe
2 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,8 @@
| 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",
| "log", "sparkpost"
|
*/

View File

@ -23,6 +23,10 @@
'secret' => env('MANDRILL_SECRET'),
],
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET'),
],
'ses' => [
'key' => env('SES_KEY'),
'secret' => env('SES_SECRET'),