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

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

jumichica/jmail
===============

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

1.6.4(3y ago)0206Apache-2.0PHPPHP &gt;=7.2

Since Apr 20Pushed 3y agoCompare

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

READMEChangelog (6)Dependencies (5)Versions (16)Used By (0)

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 Jumichica\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 Jumichica\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 Jumichica\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');

// If you need to set a opened action when the people read the email then use:
$jmail->send('[EMAIL_TO]','Hello World!','My firts Email HTML','My first mail TEXT', "", "[URL_LINK_TO_YOUR_SCRIPT_PHP]");

```

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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~61 days

Recently: every ~27 days

Total

15

Last Release

1400d ago

PHP version history (6 changes)1.0PHP ^7.0

1.3.1PHP ^7.0, &gt;=8.0

1.5.3PHP ^7.2 || ^8.1

1.6.2PHP ^7.2 || ^8.0

1.6.3PHP ^7.2 || ^8.0.0

1.6.4PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67808271?v=4)[Jumichica](/maintainers/jumichica)[@jumichica](https://github.com/jumichica)

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[mailersend/laravel-driver

MailerSend Laravel Driver

90875.7k9](/packages/mailersend-laravel-driver)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[webit/w-firma-api

wFirma.pl API

1822.0k](/packages/webit-w-firma-api)

PHPackages © 2026

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