PHPackages                             dwolke/zf-mailer - 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. dwolke/zf-mailer

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

dwolke/zf-mailer
================

Simple Mailer for Zend Framework 3

1.0(6y ago)015MITPHPPHP ^5.6|^7.0

Since Aug 23Pushed 6y ago2 watchersCompare

[ Source](https://github.com/dwolke/ZfMailer)[ Packagist](https://packagist.org/packages/dwolke/zf-mailer)[ Docs](http://zfmailer.dw-labs.de)[ RSS](/packages/dwolke-zf-mailer/feed)WikiDiscussions develop Synced 2w ago

READMEChangelog (1)Dependencies (7)Versions (6)Used By (0)

ZfMailer
========

[](#zfmailer)

> Simple Mailer for the Zend Framework v3

[![Latest Stable Version](https://camo.githubusercontent.com/9c0d9d9d68d8d414394c37a2697606e835c950c6f6aa8a07cf33473ee4da9d72/68747470733a2f2f706f7365722e707567782e6f72672f64776f6c6b652f7a662d6d61696c65722f762f737461626c65)](https://packagist.org/packages/dwolke/zf-mailer) [![Latest Unstable Version](https://camo.githubusercontent.com/78921c766a710271cacd4c62d89f0b3ec36bed77bcfbd6411733ba110ccfcb1b/68747470733a2f2f706f7365722e707567782e6f72672f64776f6c6b652f7a662d6d61696c65722f762f756e737461626c65)](https://packagist.org/packages/dwolke/zf-mailer) [![License](https://camo.githubusercontent.com/1b253cfba4138575afc2e20f16bfbd527133db1cbd8e545668eba8979cf18d1e/68747470733a2f2f706f7365722e707567782e6f72672f64776f6c6b652f7a662d6d61696c65722f6c6963656e7365)](https://packagist.org/packages/dwolke/zf-mailer) [![Build Status](https://camo.githubusercontent.com/5cdf00bfa90f029a98251d3ef7dc5f16bc07fcef9bca79d35a0c6a7c43c636ae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64776f6c6b652f5a664d61696c65722f6261646765732f6275696c642e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/dwolke/ZfMailer/build-status/develop) [![Code Coverage](https://camo.githubusercontent.com/70f08608d30932b975e1b951f0f544257527b044301f36052661f6fa2c7d6092/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64776f6c6b652f5a664d61696c65722f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/dwolke/ZfMailer/?branch=develop)

**WARNING:** This module is currently under heavy development and is not intended for use in productive environment.

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

[](#introduction)

ZfMailer is a simple e-mail module for Zend Framework 3 based on *Zend\\Mail*. E-mails can be sent in text format or as MIME-compliant "multi-part" mails. Sending e-mails with attachments is also supported.

Currently, only sending e-mails by SMTP is supported. Maybe this module will be extended later with further possibilities.

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

[](#installation)

### Main Setup

[](#main-setup)

1. Add this module to your project by running the command

```
$ composer require dwolke/zf-mailer
```

### Post Installation

[](#post-installation)

After installation with composer, add the module to your application.config.php.

```
