PHPackages                             janmalte/jm-mail-service - 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. janmalte/jm-mail-service

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

janmalte/jm-mail-service
========================

ZF2 mail service module to ease the use of ZendMail

0.1.1(12y ago)2381Apache-2.0PHPPHP &gt;=5.3.3

Since Apr 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/JanMalte/JmMailService)[ Packagist](https://packagist.org/packages/janmalte/jm-mail-service)[ RSS](/packages/janmalte-jm-mail-service/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

JmMailService
=============

[](#jmmailservice)

Created by Malte Gerth

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

[](#introduction)

Mail service to ease the use of the ZF2 mail component. It supports adding attachments and sending HTML messages. The Zend Mail coponents can be used to modify the message before sending.

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (2.2.\*)

Features
--------

[](#features)

- Use Zend View Scripts with view helpers as message template
- Use Zend Mail components without modifications
- Ease the handling of sending multipart messages
- Add attachments easily by calling one single method
- Use of native Zend Mail Transport classes

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

[](#installation)

1. Add this project and [JmMailService](https://github.com/JanMalte/JmMailService) in your composer.json:

    ```
    "require": {
        "janmalte/jm-mail-service": "dev-master"
    }
    ```
2. Now tell composer to download JmMailService by running the command:

    ```
    $ php composer.phar update
    ```
3. Enable the module in your `application.config.php`file.

    ```
