macromindonline/laravel-sendinblue

Laravel's mail transport for SendinBlue

v1.1.0 2017-09-03 17:10 UTC

This package is not auto-updated.

Last update: 2024-04-17 02:29:24 UTC


README

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