Skip to content

Commit 03441df

Browse files
committed
Merge pull request laravel#2249 from tomswinkels/patch-1
Add SparkPost mail driver
2 parents e0682bf + a831d95 commit 03441df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mail.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ To use the Mandrill driver, first install Guzzle, then set the `driver` option i
3636
'secret' => 'your-mandrill-key',
3737
],
3838

39+
#### SparkPost Driver
40+
41+
To use the SparkPost driver, first install Guzzle, then set the `driver` option in your `config/mail.php` configuration file to `sparkpost`. Next, verify that your `config/services.php` configuration file contains the following options:
42+
43+
'sparkpost' => [
44+
'secret' => 'your-sparkpost-key',
45+
],
46+
3947
#### SES Driver
4048

4149
To use the Amazon SES driver, install the Amazon AWS SDK for PHP. You may install this library by adding the following line to your `composer.json` file's `require` section:

0 commit comments

Comments
 (0)