Download the PHP package iyngaran/send-grid-transport without Composer
On this page you can find all versions of the php package iyngaran/send-grid-transport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iyngaran/send-grid-transport
More information about iyngaran/send-grid-transport
Files in iyngaran/send-grid-transport
Package send-grid-transport
Short Description SendGrid Transport for Zend Framework 3 to send emails using SendGrid - https://sendgrid.com/.
License MIT
Informations about the package send-grid-transport
SendGrid Transport Module for Zend Framework
This module can be use as a transport to send transactional e-mail using SendGrid API in Zend Framework 2.
INSTALLING
composer require iyngaran/send-grid-transport
After install follow one of these steps:
1) Copy the contents file vendor/iyngaran/send-grid-transport/mail.global.php.dist
and put it in your config/autoload/mail.global.php
.
2) If this file does not exists in your application, just copy the entire file and place into your config/autoload
removing the .dist extension.
Then add your SendGrid API Key. To get your API Key, please visit
And also add the test email from-email address, name and to-email address, name.
After all, you must register SendGridTransport
module in your config/modules.config.php
.
TESTING
Go to this Url - /send-grid-email to send a test email.
USAGE
Example in a controller
Is strongly recommended to use the already registered service.
CONTRIBUTING
You can contribute with this module suggesting improvements, making tests and reporting bugs. Use issues for that.
ERRORS
Report errors opening Issues.
All versions of send-grid-transport with dependencies
zendframework/zend-mvc Version ^3.0.1
zendframework/zend-mail Version ^2.8
sendgrid/sendgrid Version ^7.0