macromindonline / laravel-sendinblue
Laravel's mail transport for SendinBlue
v1.1.0
2017-09-03 17:10 UTC
Requires
- illuminate/mail: 5.5.*
- mailin-api/mailin-api-php: 1.0.2
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-04-02 07:20:03 UTC
README
Laravel's mail transport for SendinBlue
Installation
composer require webup/laravel-sendinblue
Compatibility with laravel
Version | Laravel |
---|---|
1.1.* | 5.5 and above |
1.0.* | 5.0 - 5.4 |
Provider
config/app.php
'providers' => [ Webup\LaravelSendinBlue\SendinBlueServiceProvider::class, ],
Configuration
config/services.php
'sendinblue' => [ 'url' => 'https://api.sendinblue.com/v2.0', 'key' => env('SENDINBLUE_KEY'), ],
.env
MAIL_DRIVER=sendinblue
SENDINBLUE_KEY=your-access-key