Laravel's mail transport for SendinBlue
11
0
2
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-04-26 03:14:20
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-sendinblue

Laravel's mail transport for SendinBlue

Build Status

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