2017 © Pedro Peláez
 

cakephp-plugin cakephp-sendgrid

SendgridEmail plugin for CakePHP

image

iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  • Wednesday, May 2, 2018
  • by Iandenh
  • Repository
  • 2 Watchers
  • 5 Stars
  • 2,978 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 14 Versions
  • 11 % Grown

The README.md

CakePHP SendGrid plugin

This is a Sendgrid Email Transport plugin for CakePHP 3 and 4. This branch contains the code for CakePHP 4, check branch 3x for CakePHP 3., (*1)

Installation

You can install this plugin into your CakePHP application using composer., (*2)

composer require iandenh/cakephp-sendgrid

Setting up your CakePHP application

In you app.php:, (*3)

'Email' => [
    'Sendgrid' => [
        'transport' => 'SendgridEmail',
    ],
],
'EmailTransport' => [
    'SendgridEmail' => [
        'className' => 'SendgridEmail.Sendgrid',
        'api_key' => 'API_KEY_HERE',
        // Config options below are added in version 2
        "click_tracking" => false, // true or false to toggle sendgrids click tracking
        "open_tracking" => false, // true or false to toggle sendgrids open tracking
    ]
]

Based of Lennaert/cakephp3-mandrill, (*4)

The Versions

02/05 2018

dev-master

9999999-dev https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

02/05 2018

1.8.0

1.8.0.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

09/10 2017

dev-vars-protected

dev-vars-protected https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

19/04 2017

1.7.0

1.7.0.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

14/12 2016

1.6.1

1.6.1.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

24/06 2016

0.1.6

0.1.6.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

31/03 2016

0.1.4.1

0.1.4.1 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

31/03 2016

0.1.5

0.1.5.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

31/03 2016

1.4.1

1.4.1.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

27/03 2016

0.1.4

0.1.4.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

27/03 2016

0.1.3

0.1.3.0 https://github.com/Iandenh/cakephp-sendgrid

SendgridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

27/03 2016

0.1.2

0.1.2.0 https://github.com/Iandenh/cakephp-sendgrid

SendGridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

04/03 2016

0.1.1

0.1.1.0 https://github.com/Iandenh/cakephp-sendgrid

SendGridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid

26/02 2016

0.1

0.1.0.0 https://github.com/Iandenh/cakephp-sendgrid

SendGridEmail plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp sendgrid