PHPackages                             email-zf2/emailzf2 - 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. email-zf2/emailzf2

ActiveZf2-module[Mail &amp; Notifications](/categories/mail)

email-zf2/emailzf2
==================

EmailZF2 is a ZF2 module to manage the process of sending emails with templates.

42.5k4[1 issues](https://github.com/vikey89/EmailZF2/issues)[1 PRs](https://github.com/vikey89/EmailZF2/pulls)PHP

Since Dec 26Pushed 10y ago3 watchersCompare

[ Source](https://github.com/vikey89/EmailZF2)[ Packagist](https://packagist.org/packages/email-zf2/emailzf2)[ RSS](/packages/email-zf2-emailzf2/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/14cd5b98f939f003e5536c37617ab8af923199aa003b09bdf05efb7526394ddd/68747470733a2f2f706f7365722e707567782e6f72672f656d61696c2d7a66322f656d61696c7a66322f646f776e6c6f6164732e706e67)](https://packagist.org/packages/email-zf2/emailzf2)EmailZF2
===================================================================================================================================================================================================================================================================================================

[](#emailzf2)

Version 1.1

Module which allows sending emails in Zend Framework 2 with or without template.

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

[](#installation)

For the installation use composer [composer](http://getcomposer.org "composer - package manager").

```
php composer.phar require email-zf2/emailzf2:dev-master
```

If you have installed composer:

```
composer require email-zf2/emailzf2:dev-master
```

Post Installation
-----------------

[](#post-installation)

Once the installation with composer pass to the configuration.

- Add the module of `config/application.config.php` under array `modules`, insert `EmailZF2`
- Create a file named `email.local.php` under `config/autoload/`.
- Add the following lines to the file you just created:

```
