ts-navghane / sparkpost-plugin

Sparkpost Mailer Plugin for Mautic
2 stars 4 forks source link

⚠️ Repository Moved

This repository has moved to a new location. Please visit the new repository at acquia/mc-cs-plugin-sparkpost.


Mautic Sparkpost Plugin

This plugin enable Mautic 5 to run Sparkpost as a transport.

Usage

composer require ts-navghane/sparkpost-plugin

Mautic Mailer DSN Scheme

mautic+sparkpost+api

Mautic Mailer DSN Example

'mailer_dsn' => 'mautic+sparkpost+api://:<api_key>@default?region=<region>',

sparkpost-email-dsn-example

Testing

To run all tests composer phpunit

To run unit tests composer unit

To run functional tests composer functional

Static analysis tools

To run fixes by friendsofphp/php-cs-fixer composer fixcs

To run phpstan composer phpstan