Download the PHP package iandenh/cakephp-sendgrid without Composer
On this page you can find all versions of the php package iandenh/cakephp-sendgrid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iandenh/cakephp-sendgrid
More information about iandenh/cakephp-sendgrid
Files in iandenh/cakephp-sendgrid
Download iandenh/cakephp-sendgrid
More information about iandenh/cakephp-sendgrid
Files in iandenh/cakephp-sendgrid
Vendor iandenh
Package cakephp-sendgrid
Short Description SendgridEmail plugin for CakePHP
License MIT
Homepage https://github.com/Iandenh/cakephp-sendgrid
Package cakephp-sendgrid
Short Description SendgridEmail plugin for CakePHP
License MIT
Homepage https://github.com/Iandenh/cakephp-sendgrid
Please rate this library. Is it a good library?
Informations about the package cakephp-sendgrid
CakePHP SendGrid plugin
This is a Sendgrid Email Transport plugin for CakePHP 3, 4 and 5. This branch contains the code for CakePHP 5.
Installation
You can install this plugin into your CakePHP application using composer.
Setting up your CakePHP application
In you app.php
:
'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
]
]
Inspired by Lennaert/cakephp3-mandrill
All versions of cakephp-sendgrid with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-json Version *
cakephp/cakephp Version ^5.0
sendgrid/sendgrid Version ^7.3 || ^8
ext-json Version *
cakephp/cakephp Version ^5.0
sendgrid/sendgrid Version ^7.3 || ^8
The package iandenh/cakephp-sendgrid contains the following files
Loading the files please wait ....