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

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

yektadg/laravel-elastic-email
=============================

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

1.0.1(5y ago)25MITPHP

Since Mar 19Pushed 3y agoCompare

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

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

FlexFlux - Laravel Elastic Email
================================

[](#flexflux---laravel-elastic-email)

Laravel Elastic Email is a wrapper for Elastic Email. You can send e-mails in your project just like you usually do with Laravel's native mailers, the package makes sure the e-mails are send via the Elastic Email API using your Elastic Email account.

Requires
--------

[](#requires)

Laravel version 9 or higher.

### Installation

[](#installation)

- Step 1: Install package via composer.

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

- Step 2: Add your account and API keys to your **.env file**.

```
ELASTIC_ACCOUNT=
ELASTIC_KEY=

```

- Step 3: Update **MAIL\_MAILER** with 'elastic\_email' in your **.env file**.

```
MAIL_MAILER=elastic_email

```

- Step 4: Add this new mailer to your **config/mail.php**\* file.

```
'mailers' => [
    ...
    'elastic_email' => [
        'transport' => 'elasticemail',
        'key' => env('ELASTIC_KEY'),
        'account' => env('ELASTIC_ACCOUNT')
    ],
    ...
],
```

- Step 5: In your **config/app.php** file go to your providers array and comment out Laravel's default MailServiceProvider and add the following package provider:

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

### Usage

[](#usage)

Read Laravels documentation on how to send E-mails with the Laravel Framework.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.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 ~0 days

Total

2

Last Release

1881d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80994d35760386cd7517cc79b58fed408ac137f4b293272bafebf0255e0ea7bb?d=identicon)[yektaDG](/maintainers/yektaDG)

---

Top Contributors

[![yektaDG](https://avatars.githubusercontent.com/u/106602247?v=4)](https://github.com/yektaDG "yektaDG (5 commits)")[![wouterdeberg](https://avatars.githubusercontent.com/u/19665914?v=4)](https://github.com/wouterdeberg "wouterdeberg (3 commits)")

---

Tags

laravelemailelasticelastic emailflexflux

### Embed Badge

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

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

###  Alternatives

[flexflux/laravel-elastic-email

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

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

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[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)
