PHPackages                             systemico/jmail - 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. systemico/jmail

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

systemico/jmail
===============

Micro library to send email notifications using different platforms like Mailgun, MailJet and others.

1.5.3(4y ago)01.5k11Apache-2.0PHPPHP ^7.2 || ^8.1

Since Apr 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/systemico/jmail)[ Packagist](https://packagist.org/packages/systemico/jmail)[ RSS](/packages/systemico-jmail/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (9)Dependencies (5)Versions (10)Used By (1)

JMail
=====

[](#jmail)

Micro library to send email notifications using different platforms like Mailgun, MailJet and others.

Example with Mailgun
--------------------

[](#example-with-mailgun)

```
require_once (__DIR__."/../vendor/autoload.php");

use Systemico\JMail;

$jmail= new JMail();
$jmail->credentials('[PRIVATE_API_KEY]', '[DOMAIN]', '[SENDER]',JMail::$MAILGUN,'[NAME_SENDER]');
$jmail->send('[EMAIL_TO]','Hello World!','My firts Email HTML','My first mail TEXT');

```

Example with MailJet
--------------------

[](#example-with-mailjet)

```
require_once (__DIR__."/../vendor/autoload.php");

use Systemico\JMail;

$jmail= new JMail();
// Mensaje con MailJet
$jmail->credentials(array('[API_KEY]','[SECRET_API_KEY]'), '[DOMAIN]', '[SENDER]',JMail::$MAILJET,'[NAME_SENDER]');
$jmail->send('[EMAIL_TO]','Hello World!','My firts Email HTML','My first mail TEXT');

```

Example with PHPMailer
----------------------

[](#example-with-phpmailer)

```
require_once (__DIR__."/../vendor/autoload.php");

use Systemico\JMail;

$jmail= new JMail();
// Mensaje con PHPMailer
$jmail->credentials_mailer('[EMAIL_FROM]', '[EMAIL_FROM_PASSWORD]', '[NAME]', 'NAME_TO', 'SMTP SERVER');
$jmail->send('[EMAIL_TO]','Hello World!','My firts Email HTML','My first mail TEXT');

```

DEBUG activation
================

[](#debug-activation)

The last parameter con credentials method lect activate the debug, if you want. Let me show you a example:

```
// DEBUG False
$jmail->credentials_mailer('[EMAIL_FROM]', '[EMAIL_FROM_PASSWORD]', '[NAME]', 'NAME_TO', 'SMTP SERVER');

// DEBUG true
$jmail->credentials_mailer('[EMAIL_FROM]', '[EMAIL_FROM_PASSWORD]', '[NAME]', 'NAME_TO', 'SMTP SERVER', true);

```

Contributors
------------

[](#contributors)

Edwin Ariza

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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

Every ~85 days

Recently: every ~96 days

Total

9

Last Release

1536d ago

PHP version history (3 changes)1.0PHP ^7.0

1.3.1PHP ^7.0, &gt;=8.0

1.5.3PHP ^7.2 || ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a367a3dc735a9aaeb05ee32aa8ff6e4e856dc2da7b8adf669af0bb9b90a4acb?d=identicon)[eadev](/maintainers/eadev)

![](https://avatars.githubusercontent.com/u/4717505?v=4)[Systemico](/maintainers/systemico)[@systemico](https://github.com/systemico)

---

Top Contributors

[![eadev](https://avatars.githubusercontent.com/u/5705494?v=4)](https://github.com/eadev "eadev (20 commits)")

### Embed Badge

![Health badge](/badges/systemico-jmail/health.svg)

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

###  Alternatives

[mailersend/laravel-driver

MailerSend Laravel Driver

87732.8k4](/packages/mailersend-laravel-driver)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)

PHPackages © 2026

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