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
+46-3
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,46 @@
1
-
###Mautic Sparkpost Plugin
1
+
# Mautic Sparkpost Plugin
2
2
3
3
This plugin enable Mautic 5 to run Sparkpost as an email transport. Features:
4
4
- API transport. This transport can send up to 2000 emails per API request which makes it very fast compared to SMTP.
5
5
- Bounce webhook handling. This plugin will unsubscribe contacts in Mautic based on the hard bounces while Sparkpost will take care of the soft bounce retrieals.
6
6
7
+
## Installation
7
8
8
-
#### Mautic Mailer DSN Scheme
9
+
There are several ways how to install this plugin. Here are the options from best to worst.
10
+
11
+
### Via Composer
12
+
13
+
This is the best option for Mautic instances that were installed via Composer (recommended way to install Mautic)
The Sparkpost tracking is disabled by default as then the email open and clicks would be tracked twice. Once by Sparkpost, second time by Mautic. This can create some unexpected behavior. The Sparkpost tracking is disabled by default, but you can enable it by adding this row to the Mautic configuration file located at `config/local.php`:
0 commit comments