Skip to content

Commit a446c7a

Browse files
committed
Update README.md
1 parent d47dfb5 commit a446c7a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ This plugin enable Mautic 5 to run Sparkpost as a transport.
99
`mautic+sparkpost+api`
1010

1111
#### Mautic Mailer DSN Example
12-
`mautic+sparkpost+api://:<api_key>@<host>:<port>?region=us`
12+
`'mailer_dsn' => 'mautic+sparkpost+api://:<api_key>@default?region=<region>',`
1313
- api_key: Get Sparkpost API key from https://app.sparkpost.com/account/api-keys/create
14-
- host: Your Sparkpost host
15-
- port: Your Sparkpost port
1614
- options:
17-
- region: Your Sparkpost region
15+
- region: `us` (SparkPost https://api.sparkpost.com/api/v1) OR `eu` (SparkPost EU https://api.eu.sparkpost.com/api/v1)
1816

1917
### Testing
2018

0 commit comments

Comments
 (0)