PHPackages                             kroon/laravel-elastic-email - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. kroon/laravel-elastic-email

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

kroon/laravel-elastic-email
===========================

Package for send emails with attachments via elastic email driver

v1.0.5(7y ago)027MITPHP

Since Jan 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dusan91judo/LaravelElasticEmail)[ Packagist](https://packagist.org/packages/kroon/laravel-elastic-email)[ RSS](/packages/kroon-laravel-elastic-email/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (7)Used By (0)

Laravel Elastic Email
=====================

[](#laravel-elastic-email)

A Laravel wrapper for Elastic Email

Can send emails with multiple attachments

IMPORTANT
---------

[](#important)

### Laravel version

[](#laravel-version)

**5.5** or older - Use Version 1.1.1

**5.6** and forwards - Use version 1.2

### Installation

[](#installation)

- Step 1

Install package via composer

```
composer require kroon/laravel-elastic-email
```

- Step 2

Add this code to **.env file**

```
ELASTIC_ACCOUNT=
ELASTIC_KEY=

```

- Step 3

Update **MAIL\_DRIVER** value as 'elastic\_email' in your **.env file**

```
MAIL_DRIVER=elastic_email

```

- Step 4

Add this code to your **config/services.php** file

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

```

- Step 5

Open **config/app.php** file and go to providers array, Then comment out Laravel's default MailServiceProvider and add the following

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

### Usage

[](#usage)

This package works exactly like Laravel's native mailers. Refer to Laravel's Mail documentation.

### Code Example

[](#code-example)

```
Mail::to($request->user())->send(new OrderShipped($order));
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity65

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~10 days

Total

6

Last Release

2616d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8db8b47ece0b866080e53afa506baa0cb828ae414dc3e1ee1142d6e7998e4a23?d=identicon)[dusankroon](/maintainers/dusankroon)

---

Tags

laravelemailelastic email

### Embed Badge

![Health badge](/badges/kroon-laravel-elastic-email/health.svg)

```
[![Health](https://phpackages.com/badges/kroon-laravel-elastic-email/health.svg)](https://phpackages.com/packages/kroon-laravel-elastic-email)
```

###  Alternatives

[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[flexflux/laravel-elastic-email

Package to send emails with attachements via an Elastic Email Mailer.

1645.3k](/packages/flexflux-laravel-elastic-email)[rdanusha/laravel-elastic-email

Package for send emails with attachments via elastic email driver

1114.5k](/packages/rdanusha-laravel-elastic-email)[signaturetech/laravel-otp

A package to generate and manage otp

181.2k](/packages/signaturetech-laravel-otp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
