PHPackages                             reioto/zend-mailj - 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. [Framework](/categories/framework)
4. /
5. reioto/zend-mailj

AbandonedArchivedLibrary[Framework](/categories/framework)

reioto/zend-mailj
=================

Zend Mail for Japanese

1.0.1(11y ago)0461BSD-3-ClausePHP

Since Jul 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/reioto/ZendMailJ)[ Packagist](https://packagist.org/packages/reioto/zend-mailj)[ RSS](/packages/reioto-zend-mailj/feed)WikiDiscussions master Synced yesterday

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

ZendMailJ
=========

[](#zendmailj)

Zend Mail でISO-2022-JPのメールを送れるようにしたラップクラスです。

Installation
------------

[](#installation)

composer

```
composer.json
{
    "require": {
        "reioto/zend-mailj":"dev-master"
    }
}

#php composer.phar install
```

Usage
-----

[](#usage)

```
function recipientFilename($transport)
{
    return $transport->recipients . '_' . mt_rand() . '.tmp';
}
$tr = new Zend_Mail_Transport_File(array('callback' => 'recipientFilename',
                                         'path' => dirname(__FILE__)
                                         ));
$mail = new Zend_MailJ();
$mail->setFrom('from@example.com', '差出人名');
$mail->addTo('to@example.com', '宛名');
$mail->setSubject('件名です。件名です。件名です。件名です。');
$mail->setBodyText('メール本文');
$mail->send($tr);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~239 days

Total

2

Last Release

4073d ago

### Community

Maintainers

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

---

Top Contributors

[![reioto](https://avatars.githubusercontent.com/u/2361918?v=4)](https://github.com/reioto "reioto (7 commits)")[![unarist](https://avatars.githubusercontent.com/u/705555?v=4)](https://github.com/unarist "unarist (2 commits)")

---

Tags

frameworkmailZendFramework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reioto-zend-mailj/health.svg)

```
[![Health](https://phpackages.com/badges/reioto-zend-mailj/health.svg)](https://phpackages.com/packages/reioto-zend-mailj)
```

###  Alternatives

[nextras/mail-panel

MailPanel is extension for Nette Framework which captures sent e-mails in development mode and shows them in debugger bar.

741.2M4](/packages/nextras-mail-panel)

PHPackages © 2026

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