Download the PHP package crs/sendgrid-symfony without Composer
On this page you can find all versions of the php package crs/sendgrid-symfony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crs/sendgrid-symfony
More information about crs/sendgrid-symfony
Files in crs/sendgrid-symfony
Download crs/sendgrid-symfony
More information about crs/sendgrid-symfony
Files in crs/sendgrid-symfony
Vendor crs
Package sendgrid-symfony
Short Description Bundle used to send mail by Sendgrid
License MIT
Package sendgrid-symfony
Short Description Bundle used to send mail by Sendgrid
License MIT
Please rate this library. Is it a good library?
Informations about the package sendgrid-symfony
SendGrid-Symfony
Sending Mail with sendgrid
Table of Contents
- Installation
- Quick Start
- Use Cases
Installation:
Install Package
Add CRS/SendGridBundle to your composer.json
file.
Add path in appKernel.php in bundle variable.
Alternative: Install package from cmd
Quick Start:
Add configuration to your config.yml file
How to send the mail:
Use Cases
- In upper code <%---%> with your value
- To send plain mail replace <%CONTENT-TYPE%> with 'text/plain'
- To send html mail replace <%CONTENT-TYPE%> with 'text/html'
- Subsitue is used for replacing value used in your email for example in your email content <%USERNAME%> then your <%SUBSTITUE-1%> will be USERNAME and <%SUBSITUTE-1-VALUE%> will be the actual user name.
- <%FILE-PATH-1%> is used for file path for attachment you can add singel or multiple file total size of your mail should not be more that 30MB
- If there is no any attachment or substitute then you can avoid them.
All versions of sendgrid-symfony with dependencies
PHP Build Version
Package Version
The package crs/sendgrid-symfony contains the following files
Loading the files please wait ....