PHPackages                             gentor/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. gentor/laravel-elastic-email

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

gentor/laravel-elastic-email
============================

Package for send emails with attachments via elastic email driver

v1.3.5(4y ago)04.7kMITPHPPHP &gt;=7.0.0

Since Aug 31Pushed 1y agoCompare

[ Source](https://github.com/gentor/LaravelElasticEmail)[ Packagist](https://packagist.org/packages/gentor/laravel-elastic-email)[ RSS](/packages/gentor-laravel-elastic-email/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (12)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.3

### Installation

[](#installation)

- Step 1

Install package via composer

```
composer require gentor/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,
    Gentor\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

34

—

LowBetter than 75% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 74.5% of commits — single point of failure

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 ~147 days

Recently: every ~182 days

Total

11

Last Release

1748d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/210fd495e96c05caab1d50c09165794ff73175a9b49c43f91df0c8524dfa8add?d=identicon)[gentor](/maintainers/gentor)

---

Top Contributors

[![rdanusha](https://avatars.githubusercontent.com/u/3851900?v=4)](https://github.com/rdanusha "rdanusha (35 commits)")[![gentor](https://avatars.githubusercontent.com/u/2902504?v=4)](https://github.com/gentor "gentor (8 commits)")[![janva255](https://avatars.githubusercontent.com/u/13240448?v=4)](https://github.com/janva255 "janva255 (4 commits)")

---

Tags

laravelemailelastic email

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[flexflux/laravel-elastic-email

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

1655.8k](/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)

PHPackages © 2026

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