PHPackages                             hd-cms/cakephp-mailjet - 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. hd-cms/cakephp-mailjet

ActiveCakephp-plugin

hd-cms/cakephp-mailjet
======================

CakePHP 2.x Mailjet Transport.

v1.0(8y ago)054MITPHPPHP &gt;=5.4.0

Since Apr 16Pushed 8y agoCompare

[ Source](https://github.com/HD-CMS/cakephp-mailjet)[ Packagist](https://packagist.org/packages/hd-cms/cakephp-mailjet)[ RSS](/packages/hd-cms-cakephp-mailjet/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CakePHP 2.x Mailjet Transport
=============================

[](#cakephp-2x-mailjet-transport)

Allows sending emails via Mailjet by using the provided Mailjet SDK.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4
- Composer

Installation
------------

[](#installation)

- Install with composer by running `composer require hd-cms/cakephp-mailjet`
- Include the plugin in your bootstrap's `CakePlugin::load('Mailjet')` or `CakePlugin::loadAll()`

Supported CakePHP Params
------------------------

[](#supported-cakephp-params)

Currently you can send emails with the following parameters: `to`, `from` and `attachments`. Also you can set multiple `to` recipients. Read more on the official [CakePHP Mail Documentation](https://book.cakephp.org/2.0/en/core-utility-libraries/email.html)

Example configuration
---------------------

[](#example-configuration)

```
