Looking to hire Laravel developers? Try LaraJobs

laravel-sendinblue maintained by stfr

Description
Laravel's mail transport for SendinBlue
Last update
2020/04/21 14:01 (dev-master)
License
Links
Downloads
6

Comments
comments powered by Disqus

laravel-sendinblue

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