PHPackages                             slam/zend-mail-extensions - 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. slam/zend-mail-extensions

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

slam/zend-mail-extensions
=========================

Slam extensions for zendframework/zend-mail

v1.0.0(8y ago)41201MITPHPPHP ^7.1

Since Mar 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Slamdunk/zend-mail-extensions)[ Packagist](https://packagist.org/packages/slam/zend-mail-extensions)[ RSS](/packages/slam-zend-mail-extensions/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (9)Versions (2)Used By (0)

Slam Zend\\Mail extensions
==========================

[](#slam-zendmail-extensions)

[![Build Status](https://camo.githubusercontent.com/1361fb30bb5fe28faa53f58fcefe4bda3ef7425cc349418e4c7bbc809530fbe6/68747470733a2f2f7472617669732d63692e6f72672f536c616d64756e6b2f7a656e642d6d61696c2d657874656e73696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Slamdunk/zend-mail-extensions)[![Code Coverage](https://camo.githubusercontent.com/e8d6cb88b6721dd1c864556feaa74e335074ef56e730f49fc244a83396003744/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f536c616d64756e6b2f7a656e642d6d61696c2d657874656e73696f6e732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Slamdunk/zend-mail-extensions/?branch=master)[![Packagist](https://camo.githubusercontent.com/2e24500701a36e35ebdf69a007dc4c549b1952a3650154341c3ae2e017fb3c77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c616d2f7a656e642d6d61696c2d657874656e73696f6e732e737667)](https://packagist.org/packages/slam/zend-mail-extensions)

Extensions for [Zend\\Mail](https://github.com/zendframework/zend-mail)

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

[](#installation)

Execute:

`composer require slam/zend-mail-extensions`

Usage
-----

[](#usage)

The main functionality of this package is the `Protocol\TimeKeeperSmtpProxy`, which allows to handle SMTP server that implements a `reuse_time_limit` like Postfix (ref: [http://www.postfix.org/postconf.5.html#smtp\_connection\_reuse\_time\_limit](http://www.postfix.org/postconf.5.html#smtp_connection_reuse_time_limit)).

References:

1. [zendframework/zend-mail#27](https://github.com/zendframework/zend-mail/pull/27)
2. [zendframework/zend-mail#117](https://github.com/zendframework/zend-mail/pull/117)
3. [zendframework/zend-mail#131](https://github.com/zendframework/zend-mail/pull/131)

Example:

```
/**
 * QUIT instruction is disabled by default
 * @see https://github.com/zendframework/zend-mail/pull/117
 *
 * All the Zend defaults options are still available
 * @see https://docs.zendframework.com/zend-mail/transport/smtp-authentication/
 */
$transport = new \Slam\Zend\Mail\Transport\Smtp();

$message = new \Zend\Mail\Message();
$message->setFrom('test@test.com');
$message->addTo('test@test.com');
$message->setSubject('Test');
$message->setBody('Test');

$transport->send($message);

sleep(305);

// $transport will automatically reconnect to the SMTP server
$transport->send($message);
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3028d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50348?v=4)[Sahn Lam](/maintainers/Slam)[@slam](https://github.com/slam)

---

Top Contributors

[![Slamdunk](https://avatars.githubusercontent.com/u/152236?v=4)](https://github.com/Slamdunk "Slamdunk (10 commits)")[![basz](https://avatars.githubusercontent.com/u/143068?v=4)](https://github.com/basz "basz (1 commits)")

---

Tags

zend-framework

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/slam-zend-mail-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/slam-zend-mail-extensions/health.svg)](https://phpackages.com/packages/slam-zend-mail-extensions)
```

###  Alternatives

[mtymek/mt-mail

Zend Framework e-mail module. Using this library can easily create e-mail messages from PHTML templates (with optional layouts) and send them using configurable transports. Pluggable, EventManager-driven architecture allows you to customize every aspect of the process.

1839.5k3](/packages/mtymek-mt-mail)[anod/gmail-imap

API to work with Gmail using IMAP built on top of Zend Imap Library

688.8k](/packages/anod-gmail-imap)[thefox/smtpd

SMTP server (library) written in pure PHP.

1262.5k1](/packages/thefox-smtpd)

PHPackages © 2026

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