PHPackages                             exonos/mailapi - 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. exonos/mailapi

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

exonos/mailapi
==============

Transactional email as a microservice for Laravel

v1.0.0(1y ago)235MITPHPPHP ^8.1

Since Jun 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/exonos/mailapi)[ Packagist](https://packagist.org/packages/exonos/mailapi)[ Docs](https://github.com/exonos/mailapi)[ RSS](/packages/exonos-mailapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

 MailAPI

===========

[](#------------mailapi----)

Meet MailAPI
------------

[](#meet-mailapi)

MailAPI is a Laravel package that provides an API for email sending as a microservice, designed to efficiently handle multiple email clients without the need to repeat configurations. This tool allows businesses to centrally and seamlessly manage their transactional emails, offering a robust and scalable solution for customer communication.

Key Features:
-------------

[](#key-features)

- Email Sending Microservice: MailAPI is conceived as a microservice, enabling easy integration with various applications and services, optimizing email management from a single platform.
- Centralized Configuration: Eliminates configuration redundancy by centralizing all email sending settings in one place. This simplifies administration and reduces configuration errors.
- Queues and Jobs: Implements queues and jobs for email sending, ensuring efficient delivery of messages and optimally handling large volumes of emails.
- Logging and Monitoring: Includes features for logging and monitoring sent emails, allowing businesses to track the status and history of emails, as well as manage errors and exceptions.

Project setup
-------------

[](#project-setup)

Install all dependencies
------------------------

[](#install-all-dependencies)

```
composer require exonos\mailapi

```

### Run all migrations

[](#run-all-migrations)

```
php artisan migrate

```

### To send a mail, create a client, this generates a secret that is used in the API.

[](#to-send-a-mail-create-a-client-this-generates-a-secret-that-is-used-in-the-api)

```
php artisan mail:client

```

### Send a POST request to http://{your local address}/api/v1/email with the payload

[](#send-a-post-request-to-httpyour-local-addressapiv1email-with-the-payload)

```
{
    "from": "father doe",
    "to": [
        {
            "email": "john@doe.com",
            "name": "John doe"
        }
    ],
    "subject": "Hi from {$company}",
    "text": "test",
    "html": "{$company} is saying hitesting html with {$company}",
    "variables": [
        {
            "email": "john@doe.com",
            "substitutions": [
                {
                    "var": "company",
                    "value": "MailAPI"
                }
            ]
        }
    ],
    "attachments" : [
       {
          "filename" : "test.jpg",
          "content" : "base 64 file content"
       }
    ]
}

```

### With Headers

[](#with-headers)

```
secret: {generated secret}
Accept: application/json

```

### Note

[](#note)

- attachments is optional
- You can either send a text or a html not both
- The package will take the default credentials of the Laravel application defined in the .env, make sure to configure your connection correctly.
- if you add a variable kindly provide it's substitution, if this is not done nothing will be substituted and ignored from recipients.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability in MailAPI, please help us maintain the security of this project by responsibly disclosing it to us. To report a security vulnerability, please send an email to . We'll address the issue as promptly as possible.

Credits
-------

[](#credits)

- [Abdiel Hernandez](https://github.com/exonos)

Support My Work
---------------

[](#support-my-work)

If you find MailAPI helpful and would like to support my work, you can buy me a coffee. Your support will help keep this project alive and thriving. It's a small token of appreciation that goes a long way.

[![Buy me a coffee](https://camo.githubusercontent.com/9a769e616ce78645bf51d12e4179cfbfd72fb413722b284e0be3ec3c75a86010/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f64656661756c742d6f72616e67652e706e67)](https://buymeacoffee.com/exonos)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

 **Made with ❤️ from Mexico**

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

714d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35f05791a7af8728795261109d2990af10bc9dbf336e5d287287ae7a3a690461?d=identicon)[exonos](/maintainers/exonos)

---

Top Contributors

[![exonos](https://avatars.githubusercontent.com/u/58151233?v=4)](https://github.com/exonos "exonos (1 commits)")

---

Tags

apiapi-clientapi-restexonhosexonoslaravellaravel-frameworklaravel-packagemailapimailmail apiexonosexonhosapi email

### Embed Badge

![Health badge](/badges/exonos-mailapi/health.svg)

```
[![Health](https://phpackages.com/badges/exonos-mailapi/health.svg)](https://phpackages.com/packages/exonos-mailapi)
```

###  Alternatives

[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)[tkeer/mailbase

Catch laravel emails for local development

10616.8k](/packages/tkeer-mailbase)[juanparati/brevosuite

Complete Brevo integration with Laravel

1010.8k](/packages/juanparati-brevosuite)

PHPackages © 2026

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