PHPackages                             lopezlean/cakephp-gourmet-email - 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. lopezlean/cakephp-gourmet-email

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

lopezlean/cakephp-gourmet-email
===============================

Gourmet Email Plugin for rapid CakePHP application development.

v3.1.2(10y ago)07MITPHP

Since Jan 27Pushed 6y agoCompare

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

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

Email
=====

[](#email)

[![Build Status](https://camo.githubusercontent.com/94a954848173db1a08db08aff63dd53b16b1227d75cad466b612d81aa511223c/68747470733a2f2f7472617669732d63692e6f72672f676f75726d65742f656d61696c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gourmet/email)[![Total Downloads](https://camo.githubusercontent.com/9a358958a917dee6c4c54d0fafe3c137e6c4e505039849fc8da435b9e6fc131d/68747470733a2f2f706f7365722e707567782e6f72672f676f75726d65742f656d61696c2f646f776e6c6f6164732e737667)](https://packagist.org/packages/gourmet/email)[![License](https://camo.githubusercontent.com/f65034eab783da1abd1046b1dd56c29b3e0d204d1eb6df90f6435efbc6ce3431/68747470733a2f2f706f7365722e707567782e6f72672f676f75726d65742f656d61696c2f6c6963656e73652e737667)](https://packagist.org/packages/gourmet/email)

Makes [CakePHP 4](http://cakephp.org)'s `Email` even better by adding:

- Default email layout with basic styling (safe for emails)
- `EmailHelper` which extends `HtmlHelper` to automatically format paragraphs, links, etc.

Install
-------

[](#install)

Using [Composer](http://getcomposer.org):

```
composer require lopezlean/cakephp-gourmet-email:dev-master

```

You then need to load the plugin. In `Application.php`, something like:

```
$this->addPlugin('Gourmet/Email');
```

Usage
-----

[](#usage)

In your email views, you can now use the `Gourmet/Email.Email` helper:

```
// app/Template/Email/html/welcome.ctp
Welcome

Please confirm your account by clicking on the link below:
