Update SparkPost API endpoint EU example

The example API endpoint is missing `/transmissions`. Default also uses this: c8682e11b9/src/Illuminate/Mail/Transport/SparkPostTransport.php (L146)
This commit is contained in:
Daniel de Wit 2018-07-24 12:24:49 +02:00 committed by GitHub
parent 92593ca011
commit b0b7ea4496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ If necessary, you may also configure which [API endpoint](https://developers.spa
'sparkpost' => [
'secret' => 'your-sparkpost-key',
'options' => [
'endpoint' => 'https://api.eu.sparkpost.com/api/v1',
]
'endpoint' => 'https://api.eu.sparkpost.com/api/v1/transmissions',
],
],
#### SES Driver