PHPackages                             phpro/zf-mail-manager - 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. phpro/zf-mail-manager

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

phpro/zf-mail-manager
=====================

An easy-to-use mailmanager for ZF2 that lets you focus on creating your mails.

v0.3.1(9y ago)81.1k1PHP

Since Apr 8Pushed 5y ago3 watchersCompare

[ Source](https://github.com/phpro/zf-mail-manager)[ Packagist](https://packagist.org/packages/phpro/zf-mail-manager)[ RSS](/packages/phpro-zf-mail-manager/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (9)Versions (4)Used By (0)

> ## Repository abandoned 2020-11-27
>
> [](#repository-abandoned-2020-11-27)
>
> This repository has been archived since we are not using it anymore internally. Feel free to use it AS-IS, we won't be providing any support anymore.

Mail Manager
============

[](#mail-manager)

This package provides an easy-to-use mail-manager for ZF2 that lets you focus on creating your mails. Every e-mail is a class that you can configure based on your own needs. The mail manager uses a configurable mail adapter so that you don't have to worry about sending your mails.

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

[](#installation)

```
curl -s https://getcomposer.org/installer | php
php composer.phar install

```

Module Installation
-------------------

[](#module-installation)

### Add to composer.json

[](#add-to-composerjson)

```
"phpro/zf-mail-manager": "~0.3"

```

### Add module to application.config.php

[](#add-module-to-applicationconfigphp)

```
