Download the PHP package accord/mandrill-swiftmailer-bundle without Composer
On this page you can find all versions of the php package accord/mandrill-swiftmailer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download accord/mandrill-swiftmailer-bundle
More information about accord/mandrill-swiftmailer-bundle
Files in accord/mandrill-swiftmailer-bundle
Download accord/mandrill-swiftmailer-bundle
More information about accord/mandrill-swiftmailer-bundle
Files in accord/mandrill-swiftmailer-bundle
Vendor accord
Package mandrill-swiftmailer-bundle
Short Description Symfony bundle to provide a Mandrill SwiftMailer service
License GPL-2.0+
Homepage https://github.com/AccordGroup/MandrillSwiftMailerBundle
Package mandrill-swiftmailer-bundle
Short Description Symfony bundle to provide a Mandrill SwiftMailer service
License GPL-2.0+
Homepage https://github.com/AccordGroup/MandrillSwiftMailerBundle
Please rate this library. Is it a good library?
Informations about the package mandrill-swiftmailer-bundle
MandrillSwiftMailerBundle
A Symfony bundle that provides a Mandrill Transport implementation based on Mandrill's API
Requirments
Mandrill API Key - https://mandrillapp.com/
Installation
Require the package with composer
composer require accord/mandrill-swiftmailer-bundle
Add AccordMandrillSwiftMailerBundle to application kernel
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Accord\MandrillSwiftMailerBundle\AccordMandrillSwiftMailerBundle(),
// ...
);
}
Add your API key to the config.yml
// app/config/config.yml
accord_mandrill_swift_mailer:
api_key: MANDRILL_API_KEY
async: false # optional
subaccount: ~ # default null
Configure Swiftmailer to use this new transport
// app/config/config.yml
swiftmailer:
transport: accord_mandrill
All versions of mandrill-swiftmailer-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/framework-bundle Version >=2.3
symfony/swiftmailer-bundle Version >=2.3
accord/mandrill-swiftmailer Version >=1.2
symfony/framework-bundle Version >=2.3
symfony/swiftmailer-bundle Version >=2.3
accord/mandrill-swiftmailer Version >=1.2
The package accord/mandrill-swiftmailer-bundle contains the following files
Loading the files please wait ....