nti/email-bundle
最新稳定版本:v5.5.2
Composer 安装命令:
composer require nti/email-bundle
包简介
Symfony NTIEmailBundle
关键字:
README 文档
README
Installation
-
Install the bundle using composer:
$ composer require ntidev/email-bundle "dev-master" -
Add the bundle configuration to the AppKernel
public function registerBundles() { $bundles = array( ... new NTI\EmailBundle\NTIEmailBundle(), ... ); } -
Update the database schema
$ php app/console doctrine:schema:update
Usage
Cronjob
Schedule the following cronjob to check and send emails in the queue:
# /etc/crontab
# ...
# NTIEmailBundle
* * * * * [user] php /path/to/project/app/console nti:email:check
统计信息
- 总下载量: 4.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-10