PHPackages                             finbarrmccarthy/finbarr-mailservice - 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. finbarrmccarthy/finbarr-mailservice

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

finbarrmccarthy/finbarr-mailservice
===================================

Provide configurable Mail Transport Factories for ZF2(FMC Custom)

015PHP

Since May 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/finbarrmccarthy/FinbarrMailService)[ Packagist](https://packagist.org/packages/finbarrmccarthy/finbarr-mailservice)[ RSS](/packages/finbarrmccarthy-finbarr-mailservice/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

FinbarrMailService
==================

[](#finbarrmailservice)

Version 0.0.2 Created by Finbarr

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

[](#introduction)

Provide configurable Mail Transport Factory and simple messaging for ZF2

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master).

Features / Goals
----------------

[](#features--goals)

- Configure transport service for using Zend\\Mail \[COMPLETE\]

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this project and the requirements in your composer.json:

    ```
    "require": {
        "finbarrmccarthy/finbarr-mailservice": "1.*"
    }
    ```
2. Now tell composer to download FinbarrMailService by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
