PHPackages                             joacub/goalio-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. joacub/goalio-mailservice

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

joacub/goalio-mailservice
=========================

Provide configurable Mail Transport Factories for ZF2

1.2.1(11y ago)011BSD-3-ClausePHPPHP &gt;=5.3.3

Since Feb 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/joacub/GoalioMailService)[ Packagist](https://packagist.org/packages/joacub/goalio-mailservice)[ Docs](https://github.com/goalio/GoalioMailService)[ RSS](/packages/joacub-goalio-mailservice/feed)WikiDiscussions master Synced today

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

GoalioMailService
=================

[](#goaliomailservice)

Version 1.2.0 Created by the goalio UG (haftungsbeschränkt)

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

[](#introduction)

Provide configurable Mail Transport Factory and simple messaging for ZF2

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (&gt; 2.3.3).

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

[](#features--goals)

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

Changelog
---------

[](#changelog)

With ZF2.3 the Transport Factory changed. This made changes to the configuration in the goaliomailservice.global.php (and goaliomailservice.local.php) neccessary. I tried to check this in my own factory, but please be aware of this.

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

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

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

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

#### Post installation

[](#post-installation)

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

    ```
