Synced mail config

This commit is contained in:
Graham Campbell 2016-03-24 15:26:04 +00:00
parent f73788fab3
commit 0c3d388f5a
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,8 @@ return [
| sending of e-mail. You may specify which one you're using throughout | sending of e-mail. You may specify which one you're using throughout
| your application here. By default, Laravel is setup for SMTP mail. | 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"
| |
*/ */

View File

@ -42,4 +42,8 @@ return [
'region' => 'us-east-1', 'region' => 'us-east-1',
], ],
'sparkpost' => [
'secret' => env('SPARKPOST_SECRET'),
],
]; ];