Download the PHP package gulaandrij/swiftmailer-send-grid-bundle without Composer
On this page you can find all versions of the php package gulaandrij/swiftmailer-send-grid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gulaandrij/swiftmailer-send-grid-bundle
More information about gulaandrij/swiftmailer-send-grid-bundle
Files in gulaandrij/swiftmailer-send-grid-bundle
Package swiftmailer-send-grid-bundle
Short Description Swiftmailer Transport and Symfony bundle for Sendgrid
License MIT
Homepage https://github.com/gulaandrij/SwiftmailerSendGridBundle
Informations about the package swiftmailer-send-grid-bundle
SwiftmailerSendGridBundle
Symfony 2/3 bundle for SendGrid. Utilizes the SendGrid PHP Library https://github.com/sendgrid/sendgrid-php to make it compatiable with SwiftMailer.
Installation Example
composer require expertcoder/swiftmailer-send-grid-bundle
or
composer.json
AppKernel.php
parameters.yml.dist
config.yml
Symfony 3
Since Symfony 3.2, you must name the custom transport service swiftmailer.mailer.transport.< name >
services.yml
config.yml
Important !
Following RFC 1341, section 7.2, if either text/html
or text/plain
are to be sent in your email: text/plain
needs to be first, followed by text/html
, followed by any other content.
For more informations, please see SwiftMailer and RFC 1341
All versions of swiftmailer-send-grid-bundle with dependencies
ext-fileinfo Version *
symfony/dependency-injection Version ~2.7|~3.3|~4.0
swiftmailer/swiftmailer Version 6.*
sendgrid/sendgrid Version 7.*