2017 © Pedro Peláez
 

library laravel-elastic-email-rate

A Laravel wrapper for Elastic Email, with rate limit

image

ashrey/laravel-elastic-email-rate

A Laravel wrapper for Elastic Email, with rate limit

  • Wednesday, March 21, 2018
  • by ashrey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

Laravel Elastic Email

A Laravel Mailing Driver for Elastic Email, (*1)

Installation

Add Laravel Elastic Email as a dependency using the composer CLI:, (*2)

composer require ebethus/laravel-elastic-email-driver

Next, add the following to your config/services.php and add the correct values to your .env file, (*3)

'elastic_email' => [
    'key' => env('ELASTIC_KEY'),
    'account' => env('ELASTIC_ACCOUNT')
]

Next, in config/app.php, comment out Laravel's default MailServiceProvider. If using < Laravel 5.5, add the MailServiceProvider to the providers array, (*4)

'providers' => [
    /*
     * Laravel Framework Service Providers...
     */
    ...
//    Illuminate\Mail\MailServiceProvider::class,
    Chocoholics\LaravelElasticEmail\MailServiceProvider::class,
    ...
],

Finally switch your default mail provider to elastic email in your .env file by setting, (*5)

MAIL_DRIVER=elastic_email

Usage

This package works exactly like Laravel's native mailers. Refer to Laravel's Mail documentation., (*6)

The Versions

21/03 2018

dev-master

9999999-dev

A Laravel wrapper for Elastic Email, with rate limit

  Sources   Download

MIT

The Requires

 

laravel email elastic email

18/04 2017

v0.0.4

0.0.4.0

A Laravel wrapper for Elastic Email

  Sources   Download

MIT

The Requires

 

laravel email elastic email

15/04 2017

v0.0.3

0.0.3.0

A Laravel wrapper for Elastic Email

  Sources   Download

MIT

The Requires

 

laravel email elastic email

15/04 2017

v0.0.2

0.0.2.0

A Laravel wrapper for Elastic Email

  Sources   Download

MIT

The Requires

 

laravel email elastic email

14/04 2017

v0.0.1

0.0.1.0

A Laravel wrapper for Elastic Email

  Sources   Download

MIT

The Requires

 

laravel email elastic email