Package Data | |
---|---|
Maintainer Username: | macromindonline |
Maintainer Contact: | baptiste@agence-webup.com (Baptiste Ducatel) |
Package Create Date: | 2017-11-13 |
Package Last Update: | 2017-11-13 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:10:53 |
Package Statistics | |
---|---|
Total Downloads: | 11 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel's mail transport for SendinBlue
composer require webup/laravel-sendinblue
Compatibility with laravel
| Version | Laravel | | ------------- | ------------- | | 1.1.* | 5.5 and above | | 1.0.* | 5.0 - 5.4 |
config/app.php
'providers' => [
Webup\LaravelSendinBlue\SendinBlueServiceProvider::class,
],
config/services.php
'sendinblue' => [
'url' => 'https://api.sendinblue.com/v2.0',
'key' => env('SENDINBLUE_KEY'),
],
.env
MAIL_DRIVER=sendinblue
SENDINBLUE_KEY=your-access-key