Download the PHP package jorisvaesen/cakephp-sendgrid without Composer
On this page you can find all versions of the php package jorisvaesen/cakephp-sendgrid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jorisvaesen/cakephp-sendgrid
More information about jorisvaesen/cakephp-sendgrid
Files in jorisvaesen/cakephp-sendgrid
Download jorisvaesen/cakephp-sendgrid
More information about jorisvaesen/cakephp-sendgrid
Files in jorisvaesen/cakephp-sendgrid
Vendor jorisvaesen
Package cakephp-sendgrid
Short Description Sendgrid wrapper for CakePHP
License MIT
Package cakephp-sendgrid
Short Description Sendgrid wrapper for CakePHP
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-sendgrid
Sendgrid wrapper for CakePHP
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Load the plugin in config/bootstrap.php:
Configuration
Method 1 (using ENV)
The plugin loads from dotenv the following:
Method 2 (using app.php)
Set the sendgrid api key in app.php:
Method 3 (hardcoded)
Add in your app.php file, in the EmailTransport item
To use it by default, set your default transport to sendgrid
in app.php:
Callback
If you want to use Sendgrid API methods which do not have a CakePHP equivalent, you can make use of the callback configuration:
Usage
All versions of cakephp-sendgrid with dependencies
PHP Build Version
Package Version
The package jorisvaesen/cakephp-sendgrid contains the following files
Loading the files please wait ....