PHPackages                             mm-psiiirus/psiiiphpmailer - 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. mm-psiiirus/psiiiphpmailer

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

mm-psiiirus/psiiiphpmailer
==========================

0.1.5(8y ago)031PHPPHP &gt;=5.3.9

Since May 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/MM-Psiiirus/PsiiiPhpMailer)[ Packagist](https://packagist.org/packages/mm-psiiirus/psiiiphpmailer)[ RSS](/packages/mm-psiiirus-psiiiphpmailer/feed)WikiDiscussions master Synced 2mo ago

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

PsiiiPhpMailer
==============

[](#psiiiphpmailer)

Extended PHPMailer to implement a Symfony-Swiftmailer like spooling mechanic.

```
...
/**
 * load PostOffice Class
 */
$spoolDir = dirname(__FILE__) . '/spool';
$mailSpoolSender = new \Psiii\Mailer\MailFileSpool($spoolDir);
$transporterGmail = new \Psiii\Mailer\TransporterGmail('ACME@gmail.com','acme-my-pass');

$postOffice = new \Psiii\Mailer\PostOffice($mailSpoolSender, $transporterGmail);

/**
 * create Mail object
 */
$mail = $postOffice->createMail();

var_dump($psiiiMailer);

/**
 * gmail smtp
 */
#$mail->SMTPDebug = 3;                                              // Enable verbose debug output
$mail->setFrom('ACME@my-acme.com', 'Mailer');
$mail->addAddress('ACME@my-acme-customer.com', 'Joe User');          // Add a recipient
$mail->addReplyTo('ACME-reply@my-acme.com', 'Information');

$mail->Subject = 'Here is the subject';
$mail->Body = 'This is the HTML message body in bold!';
$mail->AltBody = 'This is the body in plain text for non-HTML mail clients';

$postOffice->send();

```

```
/**
 * Cron to send file-spooled mails
 */

 ...

 $spoolDir = dirname(__FILE__).'/spool';

 $mailSpoolSender = new \Psiii\Mailer\MailFileSpool($spoolDir);
 $mailSpoolSender->send();

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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 ~127 days

Recently: every ~159 days

Total

6

Last Release

3002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9811ec9b7fcee9da692627443ecae5c26d5c00d84416fd0e231c021fc45e9682?d=identicon)[MM-Psiiirus](/maintainers/MM-Psiiirus)

### Embed Badge

![Health badge](/badges/mm-psiiirus-psiiiphpmailer/health.svg)

```
[![Health](https://phpackages.com/badges/mm-psiiirus-psiiiphpmailer/health.svg)](https://phpackages.com/packages/mm-psiiirus-psiiiphpmailer)
```

###  Alternatives

[ivantcholakov/codeigniter-phpmailer

A CodeIgniter 3 compatible email-library powered by PHPMailer.

25313.9k](/packages/ivantcholakov-codeigniter-phpmailer)[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[msp/smtp

SMTP with PHPMailer

2129.4k](/packages/msp-smtp)[nfephp-org/sped-mail

API para geração e envio dos emails relacionados com o SPED.

1123.7k](/packages/nfephp-org-sped-mail)

PHPackages © 2026

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