stfr/laravel-sendinblue

Laravel's mail transport for SendinBlue

v3.0.1 2020-04-20 09:56 UTC

This package is auto-updated.

Last update: 2024-05-10 19:02:49 UTC


README

Laravel's mail transport for SendinBlue

Build Status

Installation

composer require webup/laravel-sendinblue

Compatibility

Version Laravel Sendiblue Api
3.* 7.0 and above v3
2.* 5.5 - 6.* v3
1.1.* 5.5 - 6.* v2
1.0.* 5.0 - 5.4 v2

Provider

config/app.php

    'providers' => [
        Webup\LaravelSendinBlue\SendinBlueServiceProvider::class,
    ],

Configuration

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