2017 © Pedro Peláez
 

library laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

image

comyoo/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  • Wednesday, July 18, 2018
  • by svl_comyoo
  • Repository
  • 0 Watchers
  • 0 Stars
  • 110 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 17 % Grown

The README.md

Laravel Elastic Email

A simple plugin to allow sending emails through Elastic E-Mail, (*1)

Installation

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

composer require comyoo/laravel-elastic-email

Next add the following to your config/services.php, (*3)

'elastic_email' => [
    'secret' => env('ELASTIC_SECRET'),
    'username' => env('ELASTIC_USERNAME')
]

and add the correct values to your .env file., (*4)

Third disable the laravel default MailServiceProvider in config/app.php and add the new ServiceProvider, (*5)

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

Finally switch your default mail provider to elastic email in your .env file by setting MAIL_DRIVER=elastic_email, (*6)

Usage

This package was constructed to work exactly the same as the normal laravel mailers and thus usage is the same. For more information regarding sending email through laravel see the Laravel Documentation, (*7)

This should work in Laravel 5.1 and up., (*8)

The Versions

18/07 2018

dev-5.4/5.5

dev-5.4/5.5 https://bitbucket.org/comyoo/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

laravel email elastic

18/07 2018

dev-5_4

dev-5_4 https://bitbucket.org/comyoo/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

laravel email elastic

18/07 2018

dev-master

9999999-dev https://bitbucket.org/comyoo/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

laravel email elastic

27/01 2017

0.2

0.2.0.0

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

laravel email elastic

27/01 2017

0.1

0.1.0.0

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

laravel email elastic