Download the PHP package dazzle/mautic-sendinblue-bundle without Composer
On this page you can find all versions of the php package dazzle/mautic-sendinblue-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dazzle/mautic-sendinblue-bundle
More information about dazzle/mautic-sendinblue-bundle
Files in dazzle/mautic-sendinblue-bundle
Download dazzle/mautic-sendinblue-bundle
More information about dazzle/mautic-sendinblue-bundle
Files in dazzle/mautic-sendinblue-bundle
Vendor dazzle
Package mautic-sendinblue-bundle
Short Description Allows to send E-mails with Sendinblue
License GPL-3.0-only
Package mautic-sendinblue-bundle
Short Description Allows to send E-mails with Sendinblue
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package mautic-sendinblue-bundle
Mautic Sendinblue Plugin
This Plugin brings Sendinblue integration to Mautic 2.15.2 and newer.
Licensed under GNU General Public License v3.0.
Installation via composer
- Execute
composer require dazzle/mautic-sendinblue-bundlein the main directory of the Mautic installation. - Clear the cache via console command
php app/console cache:clear --env=prod(might take a while) OR manually delete theapp/cache/proddirectory.
Configuration
Navigate to the Plugins page and click "Install/Upgrade Plugins". You should now see a "Sendinblue integration" plugin.
Emails
Navigate to the Configuration page and open Email Settings section. Set "Sendinblue - API" service to send email through and enter your Sendinblue API key (use v3).
Webhooks
- Navigate to your Sendinblue account and open the Webhook page in Transactional settings.
- Add a new webhook:
- URL to call: https://SITENAME/mailer/sendinblue_api/callback
- Supported events:
- Error
- Soft Bounce
- Hard Bounce
- Invalid email
- Complaint
- Unsubscribed
- Blocked
All versions of mautic-sendinblue-bundle with dependencies
PHP Build Version
Package Version
The package dazzle/mautic-sendinblue-bundle contains the following files
Loading the files please wait ...