PHPackages                             wvdongen/cakephp-sparkpost - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. wvdongen/cakephp-sparkpost

ActiveCakephp-plugin[Mail &amp; Notifications](/categories/mail)

wvdongen/cakephp-sparkpost
==========================

SparkPost CakePHP plugin

14.8k1[1 issues](https://github.com/wvdongen/cakephp-sparkpost/issues)PHP

Since Jan 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wvdongen/cakephp-sparkpost)[ Packagist](https://packagist.org/packages/wvdongen/cakephp-sparkpost)[ RSS](/packages/wvdongen-cakephp-sparkpost/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

cakephp-sparkpost
=================

[](#cakephp-sparkpost)

### Installation

[](#installation)

You can clone the plugin into your project:

```
cd path/to/app/Plugin
git clone https://github.com/wvdongen/cakephp-sparkpost.git SparkPost

```

Also you can use composer for install this plugin. Just add new requirement to your composer.json

```
"require": {
    ...,
    "wvdongen/cakephp-sparkpost": "*"
},

```

Bootstrap the plugin in app/Config/bootstrap.php:

```
CakePlugin::load('SparkPost');
```

Configuration
-------------

[](#configuration)

Create the file app/Config/email.php with the class EmailConfig.

```
