You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,19 @@ Or by setting the environment variable `MAIL_DRIVER` in your .env file
30
30
MAIL_DRIVER=sparkpost
31
31
```
32
32
33
-
If you need to pass any options to the guzzle client instance which is making the request to the sparkpost API, you can do so by setting the 'guzzle' options in `config/services.php`
33
+
If you need to pass any options to the guzzle client instance which is making the request to the sparkpost API, you can do so by setting the 'guzzle' options in `config/services.php`. Also you can provide options to pass to the SparkPost API by setting the 'options' array.
0 commit comments