2017 © Pedro Peláez
 

cakephp-plugin cakephp-sendgrid

Sendgrid plugin for CakePHP

image

oxicode/cakephp-sendgrid

Sendgrid plugin for CakePHP

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 14 % Grown

The README.md

Sendgrid plugin for CakePHP

Installation

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

The recommended way to install composer packages is:, (*2)

composer require oxicode/cakephp-sendgrid

Configuration

In your app.php, (*3)

    'EmailTransport' => [
        'default' => [
            #Your settings default
        ],
        'Sendgrid' => [
            'className' => 'Sendgrid\Mailer\Transport\SendgridTransport',
            'host' => 'api.sendgrid.com',
            'api_key' => '--- YOUR API HERE ---'
        ]
    ],
    'Email' => [
        'default' => [
            #Your settings default
        ],
        'Sendgrid' => [
            'transport' => 'Sendgrid',
            'from' => 'you2@localhost',
        ]
    ],

The Versions

18/05 2017

dev-master

9999999-dev

Sendgrid plugin for CakePHP

  Sources   Download

MIT

The Requires

 

17/05 2017

dev-analysis-8nvPE0

dev-analysis-8nvPE0

Sendgrid plugin for CakePHP

  Sources   Download

MIT

The Requires

 

19/04 2017

dev-var.ci

dev-var.ci

Sendgrid plugin for CakePHP

  Sources   Download

MIT

The Requires