PHPackages                             massimo-filippi/mail-module - 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. massimo-filippi/mail-module

ActiveLibrary

massimo-filippi/mail-module
===========================

ZF3 module for e-mail communication

1.3(3y ago)23441MITPHPPHP ^5.6 || ^7.0

Since Oct 27Pushed 3y ago4 watchersCompare

[ Source](https://github.com/massimo-filippi/mail-module)[ Packagist](https://packagist.org/packages/massimo-filippi/mail-module)[ Docs](https://github.com/massimo-filippi/mail-module)[ RSS](/packages/massimo-filippi-mail-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (11)Used By (0)

mail-module
===========

[](#mail-module)

ZF3 module for e-mail communication

[![Packagist](https://camo.githubusercontent.com/d65e0fa67f299dc38ac50d83bd8842f7a9d7e5de9f69efd2e109e7304c828586/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617373696d6f2d66696c697070692f6d61696c2d6d6f64756c652e737667)](https://packagist.org/packages/massimo-filippi/mail-module)[![License](https://camo.githubusercontent.com/e498eead712d82d9ee1af0a4850acd2e46ea48c48fb9ce5a3d2ab64f28f95b34/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e737667)](http://doge.mit-license.org)

Introduction
------------

[](#introduction)

There will be more info soon...

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

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

Install the latest stable version via Composer:

```
composer require massimo-filippi/mail-module

```

Install the latest develop version via Composer:

```
composer require massimo-filippi/mail-module:dev-develop

```

### 2. Enable module in your application

[](#2-enable-module-in-your-application)

Composer should enable `MassimoFilippi\MailModule` in your project automatically during installation.

In case it does not, you can enable module manually by adding value `'MassimoFilippi\MailModule'` to array in file `config/modules.config.php`. At the end, it should look like PHP array below.

You don't have to use this package as Zend Framework module if you don't want to.

```
