Download the PHP package everlutionsk/sendin-blue-bundle without Composer
On this page you can find all versions of the php package everlutionsk/sendin-blue-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download everlutionsk/sendin-blue-bundle
More information about everlutionsk/sendin-blue-bundle
Files in everlutionsk/sendin-blue-bundle
Package sendin-blue-bundle
Short Description Everlution SendinBlue bundle for Symfony framework
License MIT
Informations about the package sendin-blue-bundle
SendinBlueBundle
This Symfony bundle provides mail system for Email Bundle. Bundle uses SendinBlue transactional email platform.
Installation
Enable the bundle
Configure the bundle
Following configuration snippet describes how to configure the bundle.
Firstly, you must modify EmailBundle configuration to work with SendinBlueBundle's services.
Secondly, you must configure SendinBlueBundle itself
timeout - [Optional] Email timeout in ms, default is 30000 (max. 60000)
Usage
Message transformers
Mail system service provided by this bundle transform OutboundMessage into JSON and then POST this JSON to SendinBlue API. However, this JSON can be modified just before it is posted to SendinBlue. To do this you must create a service, which implements RawMessageTransformer interface and add following tag:
TODO
- Request Processors
- Request signature calculation
- Webhook keys configuration
All versions of sendin-blue-bundle with dependencies
symfony/http-kernel Version >=2.5|>=3.0
symfony/config Version >=2.5|>=3.0
symfony/dependency-injection Version >=2.5|>=3.0
mailin-api/mailin-api-php Version 1.0.*
everlutionsk/email-bundle-2 Version *