2017 © Pedro Peláez
 

zf-module zfc-sparkpost

Adapter for sending messages through SparkPost service

image

popov/zfc-sparkpost

Adapter for sending messages through SparkPost service

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Zend SparkPost adapter

Adapter for sending messages through SparkPost service, (*1)

Configuration

In your local.php add/change next config, (*2)

[
    'mail' => [
        'type' => 'sparkpost',
        'from' => 'ex@example.com',
        'options' => [
            'api_key' => 'your-api-key',
            'async' => false,
            'trackOpens' => false,
            'trackClicks' => false,
            'sandbox' => false,
            'inlineCss' => false,
            'transactional' => true,
        ]
    ],
]

The Versions

09/08 2017

dev-master

9999999-dev

Adapter for sending messages through SparkPost service

  Sources   Download

MIT

The Requires

  • php >=5.5

 

zf2 sparkpost