Laravel's mail transport for SendinBlue
composer require webup/laravel-sendinblue
Compatibility
Version | Laravel | Sendiblue Api |
---|---|---|
2.* | 5.5 and above | v3 |
1.1.* | 5.5 and above | v2 |
1.0.* | 5.0 - 5.4 | v2 |
config/app.php
'providers' => [
Webup\LaravelSendinBlue\SendinBlueServiceProvider::class,
],
config/services.php
'sendinblue' => [
// api-key or partner-key
'key_identifier' => env('SENDINBLUE_KEY_IDENTIFIER', 'api-key'),
'key' => env('SENDINBLUE_KEY'),
],
.env
MAIL_DRIVER=sendinblue
SENDINBLUE_KEY=your-access-key