2017 © Pedro Peláez
 

library laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

image

dena-a/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  • Wednesday, December 13, 2017
  • by dena-a
  • Repository
  • 1 Watchers
  • 3 Stars
  • 2,416 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 7 Versions
  • 34 % 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 dena-a/laravel-elastic-email

For Laravel 5.1 - 5.3 add the package to your composer.json and run composer update., (*3)

"require": {
    "dena-a/laravel-elastic-email": "1.0.3"
},

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

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

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

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

'providers' => [
    ...
    Dena\LaravelElasticEmail\MailServiceProvider::class,
],

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

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, (*8)

License

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

The Versions

13/12 2017

dev-master

9999999-dev https://github.com/dena-a/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

by Dena Ajdari

laravel email elastic elasticemail

25/02 2017

1.1.0

1.1.0.0 https://github.com/dena-a/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

by Dena Ajdari

laravel email elastic elasticemail

25/02 2017

1.0.3

1.0.3.0 https://github.com/dena-a/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

by Dena Ajdari

laravel email elastic elasticemail

22/02 2017

1.0.2

1.0.2.0 https://github.com/dena-a/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

by Dena Ajdari

laravel email elastic elasticemail

22/02 2017

1.0.1

1.0.1.0 https://github.com/dena-a/laravel-elastic-email

Wrapper for Elastic Email HTTP api to send mails using laravel

  Sources   Download

MIT

The Requires

 

by Dena Ajdari

laravel email elastic elasticemail

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