guliano/esco-mail
最新稳定版本:v0.3.1
Composer 安装命令:
composer require guliano/esco-mail
包简介
ZF2 module wrapping mail functionality
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-25