Skip to content

Commit e8e28a3

Browse files
Describing features + CI fix (#1)
* Describing features * wording improvement * Adding return type * Temporarily removing the composer install till we have a new one. Co-authored-by: Tejas Navghane <[email protected]> --------- Co-authored-by: Tejas Navghane <[email protected]>
1 parent 76f5b83 commit e8e28a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Config/services.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use MauticPlugin\SparkpostBundle\Mailer\Factory\SparkpostTransportFactory;
66
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
77

8-
return static function (ContainerConfigurator $configurator) {
8+
return static function (ContainerConfigurator $configurator): void {
99
$services = $configurator->services()
1010
->defaults()
1111
->autowire()

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Mautic Sparkpost Plugin
22

3-
This plugin enable Mautic 5 to run Sparkpost as a transport.
3+
This plugin enable Mautic 5 to run Sparkpost as an email transport. Features:
4+
- API transport. This transport can send up to 2000 emails per API request which makes it very fast compared to SMTP.
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.
46

5-
#### Usage
6-
`composer require ts-navghane/sparkpost-plugin`
77

88
#### Mautic Mailer DSN Scheme
99
`mautic+sparkpost+api`

0 commit comments

Comments
 (0)