承接 guliano/esco-mail 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

guliano/esco-mail

最新稳定版本:v0.3.1

Composer 安装命令:

composer require guliano/esco-mail

包简介

ZF2 module wrapping mail functionality

README 文档

README

Build Status Coverage Status

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.

Requirements

Please see the composer.json file.

Installation

Run the following composer command:

$ composer require guliano/esco-mail

Alternately, manually add the following to your composer.json, in the require section:

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

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

Usage

TODO

Configuration

User Configuration

This module utilizes the top level key esco-mail for user configuration.

Key: mail_test_mode

TODO

统计信息

  • 总下载量: 556
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-25