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

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

rdanusha/laravel-elastic-email
==============================

Package for send emails with attachments via elastic email driver

v1.2(8y ago)1114.5k17[6 issues](https://github.com/rdanusha/LaravelElasticEmail/issues)MITPHP

Since Aug 31Pushed 6y ago2 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (6)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 rdanusha/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,
    Rdanusha\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 77% of packages

Maintenance9

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 89.7% 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 ~32 days

Total

5

Last Release

3048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1b13cb215377b07654616224bad596e0248491358bf859e1ce0db1661fc40c5?d=identicon)[rdanusha](/maintainers/rdanusha)

---

Top Contributors

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

---

Tags

apiattachmentattachmentselasticelasticemailemailfilelaravellaravel-5-packagelaravel-mail-assertionsmailmodulemultiplephppluginsendsendemailsendmailsupportwrapperlaravelemailelastic email

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/rdanusha-laravel-elastic-email/health.svg)](https://phpackages.com/packages/rdanusha-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)[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)
