PHPackages                             cakedc/cakephp-email-toolkit - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cakedc/cakephp-email-toolkit

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

cakedc/cakephp-email-toolkit
============================

Email Toolkit Plugin for CakePHP

1.0.0(8y ago)42.2k1[1 PRs](https://github.com/CakeDC/cakephp-email-toolkit/pulls)MITPHP

Since Oct 3Pushed 8y ago14 watchersCompare

[ Source](https://github.com/CakeDC/cakephp-email-toolkit)[ Packagist](https://packagist.org/packages/cakedc/cakephp-email-toolkit)[ Docs](https://github.com/CakeDC/cakephp-email-toolkit)[ RSS](/packages/cakedc-cakephp-email-toolkit/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CakeDC Email Toolkit plugin for CakePHP
=======================================

[](#cakedc-email-toolkit-plugin-for-cakephp)

[![Bake Status](https://camo.githubusercontent.com/80b28615fcb10eda54db4e1b4389f79696b5399488ad7e5c97c2dd78f9e229ae/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f43616b6544432f63616b657068702d656d61696c2d746f6f6c6b69742e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/CakeDC/cakephp-email-toolkit)[![Downloads](https://camo.githubusercontent.com/300e2ad0db4a66e16b678396093fed3f2b708750fac5cc69f854cdb1bcee3f8f/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f63616b657068702d656d61696c2d746f6f6c6b69742f642f746f74616c2e706e67)](https://packagist.org/packages/CakeDC/cakephp-email-toolkit)[![Latest Version](https://camo.githubusercontent.com/b0f6deec4c9d3cb40e6f2bbc0d55baa395d331fb7b1cb98f562d27ec34eb74f4/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f63616b657068702d656d61696c2d746f6f6c6b69742f762f737461626c652e706e67)](https://packagist.org/packages/CakeDC/cakephp-email-toolkit)[![License](https://camo.githubusercontent.com/37e207af5bbc095ea96e0d21a6ba37535dd8709a285cd57e340ac8f95cf83441/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f63616b657068702d656d61696c2d746f6f6c6b69742f6c6963656e73652e737667)](https://packagist.org/packages/CakeDC/cakephp-email-toolkit)

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

[](#requirements)

- CakePHP 3.1.0+
- PHP 5.6+

Documentation
-------------

[](#documentation)

For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository.

Usage Example
-------------

[](#usage-example)

An example call with all default values:

```
bin/cake email send contact@cakedc.com

```

It will send an email with `Test email` subject and `This is a test email` as message body to `contact@cakedc.com` using the `default` email configuration. You will get an output like this:

```
Welcome to CakePHP v3.5.3 Console
---------------------------------------------------------------
Email config : default
Email recipient: contact@cakedc.com
---------------------------------------------------------------
Email message sent successfully

Headers
From: test@cakedc.com
Date: Tue, 03 Oct 2017 11:40:53 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Message
This is a test email

```

Support
-------

[](#support)

For bugs and feature requests, please use the [issues](https://github.com/CakeDC/cakephp-email-toolkit/issues) section of this repository.

Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.

Contributing
------------

[](#contributing)

This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.

License
-------

[](#license)

Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3142d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204531?v=4)[Cake Development Corporation](/maintainers/CakeDC)[@CakeDC](https://github.com/CakeDC)

---

Top Contributors

[![ajibarra](https://avatars.githubusercontent.com/u/794722?v=4)](https://github.com/ajibarra "ajibarra (1 commits)")

---

Tags

cakephp-plugincakephp3emailauthAuthenticationcakephpoauth2cakedc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakedc-cakephp-email-toolkit/health.svg)

```
[![Health](https://phpackages.com/badges/cakedc-cakephp-email-toolkit/health.svg)](https://phpackages.com/packages/cakedc-cakephp-email-toolkit)
```

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M248](/packages/league-oauth2-server)[cakedc/users

Users Plugin for CakePHP

524897.0k16](/packages/cakedc-users)[cakedc/auth

Auth objects for CakePHP

31630.0k2](/packages/cakedc-auth)[muffin/oauth2

CakePHP 3 authentication using the league/oauth2-client family

27103.4k](/packages/muffin-oauth2)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)[chervand/yii2-oauth2-server

OAuth 2.0 server for Yii 2.0 with MAC tokens support.

1524.2k1](/packages/chervand-yii2-oauth2-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
