We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b871f84 commit 79efce5Copy full SHA for 79efce5
README.md
@@ -7,3 +7,11 @@ This plugin enable Mautic 5 to run Sparkpost as a transport.
7
8
#### Mautic Mailer DSN Scheme
9
`mautic+sparkpost+api`
10
+
11
+#### Mautic Mailer DSN Example
12
+`mautic+sparkpost+api://:<api_key>@<host>:<port>?region=us`
13
+- 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
16
+- options:
17
+ - region: Your Sparkpost region
0 commit comments