2017 © Pedro Peláez
 

library laravel-sendinblue

Laravel 5.5 mail driver

image

div-art/laravel-sendinblue

Laravel 5.5 mail driver

  • Thursday, February 8, 2018
  • by div-art
  • Repository
  • 4 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 169 % Grown

The README.md

Laravel 5.5 SendInBlue mail driver

Extends Laravel mail drivers to send emails using SendInBlue API, (*1)

Installation

To install, run the following in your project directory:, (*2)

``` bash $ composer require div-art/laravel-sendinblue, (*3)


Then in `config/app.php` add the following to the `providers` array:

DivArt\SendInBlue\SendInBlueServiceProvider::class,, (*4)


## Configuration To publish SendInBlue's configuration file, run the following `vendor:publish` command:

php artisan vendor:publish --provider="DivArt\SendInBlue\SendInBlueServiceProvider", (*5)


This will create sendinblue.php in your configuration directory. In this file you must specify your sendinblue api-key. The api-key can be obtained from the settings of the SendInBlue account. Also SendInBlue should activate your SMTP account. To do this, write to them in support. `.env`

MAIL_DRIVER=sendinblue ```, (*6)

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

08/02 2018

dev-master

9999999-dev

Laravel 5.5 mail driver

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel mail sendinblue div-art

08/02 2018

0.0.2

0.0.2.0

Laravel 5.5 mail driver

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel mail sendinblue div-art

30/01 2018

0.0.1

0.0.1.0

Laravel 5.5 mail driver

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel mail sendinblue div-art