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

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

mangust-ufo/laravel-elastic-email
=================================

A Laravel wrapper for Elastic Email

v0.0.10(7y ago)0101MITPHP

Since Apr 14Pushed 7y agoCompare

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

READMEChangelogDependencies (2)Versions (11)Used By (0)

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

[](#laravel-elastic-email)

A Laravel wrapper for Elastic Email

### Installation

[](#installation)

Add Laravel Elastic Email as a dependency using the composer CLI:

```
composer require mangust-ufo/laravel-elastic-email
```

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

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

Next, in config/app.php, comment out Laravel's default MailServiceProvider. If using &lt; Laravel 5.5, add the MailServiceProvider to the providers array

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

Finally switch your default mail provider to elastic email in your .env file by setting MAIL\_DRIVER=elastic\_email

### Usage

[](#usage)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~114 days

Total

10

Last Release

2584d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ff54335b6dd662670ee6bb0ce20d0d4d8af0eeb7a17acf6df4071b21a279136?d=identicon)[mangust-ufo](/maintainers/mangust-ufo)

---

Top Contributors

[![driftdares](https://avatars.githubusercontent.com/u/7968420?v=4)](https://github.com/driftdares "driftdares (3 commits)")[![mangust-ufo](https://avatars.githubusercontent.com/u/42134826?v=4)](https://github.com/mangust-ufo "mangust-ufo (3 commits)")[![sudden-break](https://avatars.githubusercontent.com/u/1845379?v=4)](https://github.com/sudden-break "sudden-break (2 commits)")[![Oli22](https://avatars.githubusercontent.com/u/18697989?v=4)](https://github.com/Oli22 "Oli22 (1 commits)")

---

Tags

laravelemailelastic email

### Embed Badge

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

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

###  Alternatives

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[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)[martian/spammailchecker

A laravel package that protect users from entering non-existing/spam email addresses.

422.0k](/packages/martian-spammailchecker)

PHPackages © 2026

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