Download the PHP package g1ntas/swiftmailer-sparkpost-bundle without Composer
On this page you can find all versions of the php package g1ntas/swiftmailer-sparkpost-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download g1ntas/swiftmailer-sparkpost-bundle
More information about g1ntas/swiftmailer-sparkpost-bundle
Files in g1ntas/swiftmailer-sparkpost-bundle
Package swiftmailer-sparkpost-bundle
Short Description Swiftmailer Sparkpost transport as a Symfony bundle
License MIT
Homepage https://github.com/g1ntas/swiftmailer-sparkpost-bundle
Informations about the package swiftmailer-sparkpost-bundle
Swiftmailer Sparkpost bundle
This bundle adds an extra transport to the Swiftmailer service that uses Sparkpost API. Internally this bundle integrates f500/swiftmailer-sparkpost to your Symfony Project.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Configure the Bundle
Configure Sparkpost by adding API key in the app/config/config.yml
configuration file:
Also configure Swiftmailer to use Sparkpost transport:
Usage
Specialized messages
Configuration
All below specified values are default.
These options will be applied to all messages, but if you need you can provide custom configuration for each message. More about that read in original package page.
All versions of swiftmailer-sparkpost-bundle with dependencies
f500/swiftmailer-sparkpost Version ~1.3.4
symfony/framework-bundle Version ~2.3|~3.0
symfony/swiftmailer-bundle Version >=2.3.10