2017 © Pedro Peláez
 

library esco-mail

ZF2 module wrapping mail functionality

image

guliano/esco-mail

ZF2 module wrapping mail functionality

  • Monday, January 11, 2016
  • by guliano
  • Repository
  • 1 Watchers
  • 0 Stars
  • 370 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

EscoMail

Build Status Coverage Status, (*1)

Introduction

This module wraps ZF2 mail functionality. It supports file attachments, template email composition and extra test mode for sending e-mails to defined root e-mail address instead of real recipient., (*2)

Requirements

Please see the composer.json file., (*3)

Installation

Run the following composer command:, (*4)

$ composer require guliano/esco-mail

Alternately, manually add the following to your composer.json, in the require section:, (*5)

Finally, add the module name to your project's config/application.config.php under the modules key:, (*6)

return array(
    /* ... */
    'modules' => array(
        /* ... */
        'EscoMail',
    ),
    /* ... */
);

Usage

TODO, (*7)

Configuration

User Configuration

This module utilizes the top level key esco-mail for user configuration., (*8)

Key: mail_test_mode

TODO, (*9)

The Versions